python-api-client icon indicating copy to clipboard operation
python-api-client copied to clipboard

Python client code for the feedly api https://developers.feedly.com/

Results 8 python-api-client issues
Sort by recently updated
recently updated
newest added

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.

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: ![CleanShot 2023-02-04 at 21 32 14@2x](https://user-images.githubusercontent.com/11588598/216803513-bdcc75aa-0eb0-4ff8-98b5-340c28b08e23.jpg) And get back items sorted by crawl time, I matched it with the response from `ranked=newest` and it's the...