scripting / feedBase

A project to get feeds into a base.
MIT License
33 stars 3 forks source link

Pull in subscriber numbers from Feedly #36

Closed da2x closed 6 years ago

da2x commented 6 years ago

You can pull in numbers on all feeds from Feedly, probably the most popular feed reading platform at the moment. Either combine your own numbers with the subscription numbers from Feedly, or display the count next to your own count on the “Feed viewer page”. Note that you also get some extra data that could be interesting to display there such as velocity (the average number of entries published every week).

The API for this is super simple. GET https://cloud.feedly.com/v3/feeds/feed%2Fhttps%3A%2F%2Ffeed.ctrl.blog%2Flatest and read the subscribers count field.

Remember to implement support for Feedly’s API rate-limiting.