Code to send RSS news by Sendmail

Mike Driscoll kyosohma at gmail.com
Sat Mar 15 18:08:11 EDT 2008


On Mar 15, 3:18 pm, Ulysse <maxim... at gmail.com> 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



More information about the Python-list mailing list