On Mar 15, 3:18 pm, Ulysse <[EMAIL PROTECTED]> wrote: > Hello, > > I'm searching a code which allow you to parse each item in the RSS > feed, get the news page of each item, convert it to text and send it > by mail. > > Do you know if it exists ? > > Thanks
Try using Google next time. In the meantime, here's the wiki on RSS: http://wiki.python.org/moin/RssLibraries As for emailing it, you should check out the email module: http://docs.python.org/lib/module-email.html Mike -- http://mail.python.org/mailman/listinfo/python-list