Finds and sorts articles from Feedly
- Clone this repository
pip install -r requirements.txt- Get a developer API key from Feedly: https://developer.feedly.com/v3/developer/
- Rename
.env.sampleto.envand add your OAuth key - Change the
get_stream_id()function indev_feed.pyto your desired stream resource ids - https://developer.feedly.com/cloud/ - Run
$ python dev_feed.py. The output will save to thedigests/folder. If the API encounters an error it will print to the console.
The command line structure is...
$ python dev_feed.py [feed id] <optional # of articles to return>So, $ python dev_feed.py dev 100 will output the top 100 articles from the dev stream