Google
 
Web Ben's Information Station

Tuesday, July 26, 2005

Python RSS parsing

If you want to parse RSS data with Python then the Universal Feed Parser is the best way to go. It's specifications include the following supported protocols:

"Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom, and CDF feeds."

Feed Parser is available from here:

http://feedparser.org/

There's a nice page with example code here:

http://wiki.python.org/moin/RssLibraries

0 Comments:

Post a Comment

<< Home