up vote 0 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

70% accept rate
feedback

4 Answers

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|improve this answer
feedback

 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|improve this answer
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 '09 at 3:36
feedback

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|improve this answer
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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