Hey kid, wanna /ss/?
static | ||
templates | ||
.gitignore | ||
config.template.py | ||
cron.py | ||
database.py | ||
README.md | ||
views.py |
SimpleSyndicate
Firefox killed Live Bookmarks so it's time to make my own shitty RSS reader/aggregator.
Requirements
Python 3.6+
Redis 4.0.10+
Python packages: flask gunicorn requests bs4 redis lxml
Install
- Get on the floor
- Walk the dinosaur
- Install crontab to run
cron.py
ex.0 * * * * python3 /path/to/cron.py
Usage
gunicorn -b localhost:5200 -e SCRIPT_NAME=/ss ss:app