Feedparser.py: Difference between revisions

From XPUB & Lens-Based wiki
 
No edit summary
Line 1: Line 1:
feedparser is a project that allows you to read RSS feeds from Python.
Feedparser is a Python library that allows you to read RSS feeds.


http://feedparser.org/
http://feedparser.org/
:
 
<source lang="python">
d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml")
</source>

Revision as of 22:46, 9 February 2009

Feedparser is a Python library that allows you to read RSS feeds.

http://feedparser.org/

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