Re: Rss lib in python?

2005-05-31 Thread lihui
Please use feedparser: http://feedparser.org/ 2005/6/1, Grant Edwards <[EMAIL PROTECTED]>: > On 2005-06-01, Owen <[EMAIL PROTECTED]> wrote: > > > i want to know some rss library in python.For example, some > > for rss readers, and some for generator. > > http://www.learnwebskills.com/search/ma

Re: Rss lib in python?

2005-05-31 Thread lihui
PyRSS2Gen http://www.dalkescientific.com/Python/PyRSS2Gen.html example: mport datetime import PyRSS2Gen rss = PyRSS2Gen.RSS2( title = "Andrew's PyRSS2Gen feed", link = "http://www.dalkescientific.com/Python/PyRSS2Gen.html";, description = "The latest news about PyRSS2Gen, a "