Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages