Skip to content

bahamas10/rssparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSS Parse

Parse RSS in python and return a python native object

Usage

Example Usage:

>>> import urllib2
>>> import rss
>>> print rss.parse(urllib2.urlopen('https://someurl/rss.xml').read())
{ 'title' : 'Title of RSS', 'description' : 'Description of RSS', items : [ {}, {}, ... ] }

Command line:

$ ./rss.py https://www.daveeddy.com/feed

Copying

Released under the BSD 3-clause license, see LICENSE for details.

About

RSS Parser for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages