forked from varia/multifeeder
Multifeeding RSS streams into points of access.
static | ||
templates | ||
.gitignore | ||
feeds.txt | ||
feedtools.py | ||
Makefile | ||
README.md | ||
requirements.txt | ||
simpledatabase.py | ||
start.py |
Multifeeder
Multifeeding RSS streams into a point of access to publish from! (work-in-slow-progress)
Using the multifeeder
To install: make a virtual environment + install the dependencies.
make setup
To use: run the Flask application.
make
Open localhost:5678
in a browser and there we go!