forked from varia/multifeeder
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
manetta
1bc6fbbf10
|
4 years ago | |
---|---|---|
static/css | 4 years ago | |
templates | 4 years ago | |
.gitignore | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
feeds.txt | 4 years ago | |
feedtools.py | 4 years ago | |
requirements.txt | 4 years ago | |
simpledatabase.py | 4 years ago | |
start.py | 4 years ago |
README.md
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!