Hey kid, wanna /ss/?
Go to file
2019-10-21 16:00:01 -04:00
static added dark theme + theme selector 2019-01-21 08:19:54 -05:00
templates added error handling 2019-04-07 14:15:07 -04:00
.gitignore added dark theme + theme selector 2019-01-21 08:19:54 -05:00
buckler_flask.py add buckler protection 2019-10-21 10:31:28 -04:00
config.template.py buckler config template 2019-10-21 16:00:01 -04:00
cron.py fixed crontab 2018-10-21 13:28:30 -04:00
database.py redis uses unix socket 2019-10-21 10:31:02 -04:00
LICENSE add license 2019-09-28 14:48:14 -04:00
README.md fixed crontab 2018-10-21 13:28:30 -04:00
ss.py add buckler protection 2019-10-21 10:31:28 -04:00

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

  1. Get on the floor
  2. Walk the dinosaur
  3. Install crontab to run cron.py ex. 0 * * * * . /path/to/virtual/environment/activate && cd /path/to/simplesyndicate && python3 cron.py

Usage

gunicorn -b localhost:5200 -e SCRIPT_NAME=/ss ss:app