Feedparser.py

From XPUB & Lens-Based wiki
Revision as of 22:47, 9 February 2009 by Michael Murtaugh (talk | contribs)

Feedparser is a Python library that allows you to read RSS feeds. It helps to isolate you from some of the differences between differences (in format, version) of RSS feeds.

http://feedparser.org/

d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml")