xurxodiz / rande

RSS bridges for websites without a feed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rande

RSS bridges for websites without a feed. Named after the Ponte de Rande.

Usage

Create your own Python virtual environment (eg with virtualenvwrapper).

Activate it and install all dependencies: pip install -r requirements.txt.

You can then launch the Flask/Gunicorn application through PM2 (if you have it) by going running pm2 start from inside this folder.

It will be available in your browser in port 5000. If you are running Nginx, you may want to set up a reverse proxy.

Contents

At the moment if offers four RSS bridges:

About

RSS bridges for websites without a feed.

License:MIT License


Languages

Language:Python 95.3%Language:JavaScript 4.7%