Multifeeding RSS streams into points of access. https://multi.vvvvvvaria.org/
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.
 
 
 
 
mb 3b662460a2 testing if adding a feed using the gitea interface works 3 years ago
static JSON responses, latest + today + past requests work, web interface is pink, header image added 3 years ago
templates JSON responses, latest + today + past requests work, web interface is pink, header image added 3 years ago
.gitignore first step towards a RSS multiverse 3 years ago
Makefile removed make activate 3 years ago
README.md testing the hook 3 years ago
feeds.txt testing if adding a feed using the gitea interface works 3 years ago
feedtools.py JSON responses, latest + today + past requests work, web interface is pink, header image added 3 years ago
requirements.txt first step towards a RSS multiverse 3 years ago
simpledatabase.py first step towards a RSS multiverse 3 years ago
start.py JSON responses, latest + today + past requests work, web interface is pink, header image added 3 years ago

README.md

Multifeeder

Multifeeding RSS streams into a point of access to publish from!

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.)

Add a feed

Feeds can be added here in the git, by editing the file feeds.txt.

Leave a feed link on a new line, commit your change, and the Multifeeder will be include the feed.

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!