Code to send RSS news by Sendmail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ulysse

    Code to send RSS news by Sendmail

    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
  • Mike Driscoll

    #2
    Re: Code to send RSS news by Sendmail

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


    As for emailing it, you should check out the email module:
    Source code: Lib/email/__init__.py The email package is a library for managing email messages. It is specifically not designed to do any sending of email messages to SMTP ( RFC 2821), NNTP, or othe...


    Mike

    Comment

    • member thudfoo

      #3
      Re: Code to send RSS news by Sendmail

      On 3/15/08, Ulysse <maxime.p@gmail .comwrote:
      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
      >
      --

      >
      Feed parser: http://feedparser.org/

      Comment

      Working...