Skip to content

CLI rss/atom reader (playing with gevent scheduling)

License

Notifications You must be signed in to change notification settings

simonschmidt/feedreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

...

About

CLI rss/atom reader (playing with gevent scheduling)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages