RSS feed aggregation with Django, including support for infinite-depth categorization and per-category keyword whitelists.
To install, run the following command inside this directory:
python setup.py install
Or if you'd prefer you can simply place the included news
directory somewhere on your Python path, or symlink to it from
somewhere on your Python path.
Add news
to your project's settings.py
file.
- feedparser http://www.feedparser.org/