
: 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
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?
More posts by @Si4351233
1 Comments
Sorted by latest first Latest Oldest Best
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.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2025 All Rights reserved.