looking for RSS generator

J

jd

I'm looking for sample code to generate an RSS feed. 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 I was a
python wiz I'm sure I could do this quickly but as a newbie, an assist
here would certainly make this task go faster. Thanks...

-- jeff
 
A

alex23

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
 
K

kyosohma

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

Very straightforward.


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

Looks like there's an RSS module too:

http://www.mnot.net/python/RSS.py
http://www-128.ibm.com/developerworks/webservices/library/ws-pyth11.html

Fredrik Lundh also has some info on his site: http://effbot.org/zone/effnews-1.htm

Have fun with the snake!

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top