Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Something like pubsubhubbub that does not depend on google app engine

I am looking for something like PubSubHubbub that does not depend on google app engine to run.

What I need is a tool that can track for me a big very large number of rss or atom feeds and issue events when they are updated.

like image 312
flybywire Avatar asked Nov 11 '09 15:11

flybywire


2 Answers

pubsubhubbub is a protocol, and, as such, does not depend on app engine. For example, superfeedr is another implementation of this protocol (I believe it's free for the first 1000 feeds, then something like 50 dollars a month for the next 1000 feeds, then decreasing gradually for even larger number of feeds).

like image 68
Alex Martelli Avatar answered Nov 09 '22 17:11

Alex Martelli


Here is Django library implementing this protocol.

like image 42
Denis Otkidach Avatar answered Nov 09 '22 15:11

Denis Otkidach