←back to thread

RSS is awesome

(evanverma.com)
314 points edverma2 | 1 comments | | HN request time: 0.23s | source
Show context
suslik ◴[] No.45060751[source]
Does anyone know if there is a self-hosted rss tool which exposes the data over API? I am interested in processing feeds programmatically but ideally would prefer not to bother with writing the update / subscription / parsing logic myself.
replies(3): >>45060787 #>>45060893 #>>45061277 #
1. theshrike79 ◴[] No.45060893[source]
Pretty much all of them? They usually implement the Ye Olde Google Reader API and a few more so that mobile applications can connect in a standard way.

- https://freshrss.github.io/FreshRSS/en/developers/06_Fever_A...

- https://freshrss.github.io/FreshRSS/en/developers/06_GoogleR...

FreshRSS implements two APIs