Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcarbaugh/django-mechafeedinator
https://github.com/jcarbaugh/django-mechafeedinator
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcarbaugh/django-mechafeedinator
- Owner: jcarbaugh
- License: other
- Created: 2011-09-04T14:44:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-27T19:28:36.000Z (almost 12 years ago)
- Last Synced: 2024-12-01T09:12:46.353Z (25 days ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
======================
django-mechafeedinator
======================A "fork" of `django-feedinator `_ RSS aggregator.
mechafeedinator adds::
- the ability to republish subscriptions as an RSS feed
- Readability-style parsing and storage of linked page content
- automated screenshots using webkit2png
- notifications of new postsInstallation
============Add ``mechafeedinator`` to ``INSTALLED_APPS`` in settings.py.