Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 769 Bytes

File metadata and controls

21 lines (17 loc) · 769 Bytes

To install package:

pip install -i https://test.pypi.org/simple/ rss-dimer

To start using:

rss-dimer --limit 1

        "Blog title": "Yahoo News - Latest News & Headlines",
        "Blog link": "https://www.yahoo.com/news",
        "Blog date": "Tue, 15 Jun 2021 11:27:10 -0400",
        "Blog image": "http://l.yimg.com/rz/d/yahoo_news_en-US_s_f_p_168x21_news.png",
        "posts": [
            {
                "title": "California finally lifts its last big COVID restrictions. Did the state play it too safe?",
                "link": "https://news.yahoo.com/california-finally-lifts-its-last-big-covid-restrictions-did-the-state-play-it-too-safe-133838908.html",
                "date": "2021-06-15T13:38:38Z"
            }
        ]
    } ```