Multifeeding RSS streams into points of access.
Go to file
2021-02-17 21:21:29 +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 adding a link to the live version of the multifeeder 2021-02-17 19:43:36 +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)

Live

Multifeeder runs here: https://multi.vvvvvvaria.org/

Commits to this git will automagically update the live version!

(Multifeeder runs as a supervisor service, see /etc/supervisor/conf.d/multifeeder.conf.)

Using the multifeeder locally

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!