vote up 0 vote down star

SimplePie lets you merge feeds together:

http://simplepie.org/wiki/tutorial/sort_multiple_feeds_by_time_and_date

Is there anything like this in the Python world? The Universal Feed Parser documentation doesn't say anything about merging multiple feeds together.

flag

70% accept rate

4 Answers

vote up 1 vote down

This may be a good start for you. I wrote it a long time ago for one very specific combination, but I don't think I wrote it too specifically for my needs.

link|flag
vote up 1 vote down

 Planet is a feed aggregator written in Python. Its development is basically dead, but the code lives on in several forks, including Planet Venus.

link|flag
SO seems to have issues with a link at the beginning of the answer. The URL for Planet Venus is intertwingly.net/code/venus . – Ignacio Vazquez-Abrams May 3 at 3:36
vote up 0 vote down

I'm using Yahoo pipes for that task. It's a set a very powerful tools. I havo pipes join feeds based on certain criteria, and have it generate a compliant rss feed that i then process with universal feed parser.

link|flag
vote up 1 vote down

Atomisator is a data aggregator framework. Its purpose is to provide an engine to build any kind of data by merging several sources of data. It was developed as an example application in the book Expert Python Programming. You can use different In- and Output Formats. An RSS aggregartor is part of the examples.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.