Multifeeding RSS streams into points of access.
Go to file
2021-02-17 21:21:23 +01:00
static JSON responses, latest + today + past requests work, web interface is pink, header image added 2021-02-17 21:21:23 +01:00
templates JSON responses, latest + today + past requests work, web interface is pink, header image added 2021-02-17 21:21:23 +01:00
.gitignore first step towards a RSS multiverse 2021-02-16 23:26:03 +01:00
feeds.txt first step towards a RSS multiverse 2021-02-16 23:26:03 +01:00
feedtools.py JSON responses, latest + today + past requests work, web interface is pink, header image added 2021-02-17 21:21:23 +01:00
Makefile removed make activate 2021-02-17 17:44:12 +01:00
README.md removed make activate 2021-02-17 17:44:12 +01:00
requirements.txt first step towards a RSS multiverse 2021-02-16 23:26:03 +01:00
simpledatabase.py first step towards a RSS multiverse 2021-02-16 23:26:03 +01:00
start.py JSON responses, latest + today + past requests work, web interface is pink, header image added 2021-02-17 21:21:23 +01:00

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!