Skip to main content

RSS Reader, RssLib Library

Project description

RssLib Python Library
This module will help you to read the RSS feeds from some of your favourite websites!

This module is based on GNU General Public License (GPL)!

Also this module has been created according to the standards of the RSS 2.0!

This module is freeware, you can use, copy, edit, redistribute…
You can send FeedBack, comment, suggestion or etc on krstevsky[at]gmail[dot]com

Usage:

try:
import RssLib
url = ‘’ # Feed URL
rss = RssLib.RssLib(url).read()
# rss[‘title’], rss[‘link’], rss[‘description’]…
for r in rss[‘title’]:
print r
except RssLibException as ex:
print ex

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rsslib.zip (7.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page