Mobile app version of vmapp.org
Login or Join
Si4351233

: Planet feed aggregator for django We are looking for a way to integrate a feed aggregator (like a planet, which takes a set of rss/atom feeds and posts the latest N feed items) into a Django

@Si4351233

Posted in: #Django #Feeds #Integration #Rss

We are looking for a way to integrate a feed aggregator (like a planet, which takes a set of rss/atom feeds and posts the latest N feed items) into a Django site. Ideally, the planet should integrate as part of a page of the site as a whole, rather than a standalone page like all other plants I've seen. We could use an iframe, but then style won't match. The best way might be something that just returns a raw list of last N feed items, which we then insert into a template.

Does anyone have any suggestions of how we can achieve this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Si4351233

1 Comments

Sorted by latest first Latest Oldest Best

 

@Deb1703797

You could use Yahoo Pipes to combine the feeds into a single feed, then simply display the latest n feed items with Python or JavaScript.

Mark Pilgrim's feed parser might help, as may the Django snippet to parse an RSS feed here.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme