Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.09 KB

File metadata and controls

47 lines (31 loc) · 1.09 KB

feedreader

Commandline RSS and Atom client

Installation

python3 only:

pip install git+https://github.com/simonschmidt/feedreader.git

Usage

feedreader --help

Example

Read a Lorem RSS feed:

$ feedreader --interval 10 'http://lorem-rss.herokuapp.com/feed?unit=second&interval=5'
2016-09-06 12:02:20+00:00
Feed<url='http://lorem-rss.herokuapp.com/feed?unit=second&interval=5', interval=10>
   Lorem ipsum 2016-09-06T12:02:20+00:00
   http://example.com/test/1473163340

2016-09-06 12:02:25+00:00
Feed<url='http://lorem-rss.herokuapp.com/feed?unit=second&interval=5', interval=10>
   Lorem ipsum 2016-09-06T12:02:25+00:00
   http://example.com/test/1473163345

2016-09-06 12:02:30+00:00
Feed<url='http://lorem-rss.herokuapp.com/feed?unit=second&interval=5', interval=10>
   Lorem ipsum 2016-09-06T12:02:30+00:00
   http://example.com/test/1473163350

2016-09-06 12:02:35+00:00
Feed<url='http://lorem-rss.herokuapp.com/feed?unit=second&interval=5', interval=10>
   Lorem ipsum 2016-09-06T12:02:35+00:00
   http://example.com/test/1473163355

...