looking for RSS generator

alex23 wuwei23 at gmail.com
Tue Mar 27 22:42:34 EDT 2007


> I'm looking for sample code to generate an RSS feed.

For this, I highly recommend PyRSS2Gen: http://www.dalkescientific.com/Python/PyRSS2Gen.html

Very straightforward.

> I can annotate
> my html code with comments/tags to mark the articles, all I need is an
> "engine" to process the pages and generate the rss file.

If you're wanting to convert HTML to RSS, I'd recommend using
BeautifulSoup for parsing the HTML: http://www.crummy.com/software/BeautifulSoup/

Hope this helps.

-alex23





More information about the Python-list mailing list