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.

24 lines
541 B

3 years ago
# 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!