Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rss

How To Auto Log Into Gmail Atom Feed With Python?

Gmail has this sweet thing going on to get an atom feed: def gmail_url(user, pwd): return '… Read more How To Auto Log Into Gmail Atom Feed With Python?

How To Parse The "" Using Feedparser?

The rss file is shown as below, i want to get the content in section media:group . I check the docu… Read more How To Parse The "" Using Feedparser?