python-api-client
python-api-client copied to clipboard
Python client code for the feedly api https://developers.feedly.com/
Hi sorry, new dev here. How should the `access.token` file be structured? Is it just the ID?
Add a batching in the tagging process, and handle errors.
should fix #12
I noticed sometimes when returning contents of entries there's a `content` field, othertimes there's a `fullContent` field. The way `FeedlyData` is implemented, if you try to: `if 'content' in entry:`...
Hi there. I'm trying to write a script that will gather all of the articles across my feeds, then offline, find similar articles using a few different methods, then come...
Hey I'm running this request:  And get back items sorted by crawl time, I matched it with the response from `ranked=newest` and it's the...