SimpleSyndicate/README.md

16 lines
491 B
Markdown
Raw Permalink Normal View History

2018-10-18 13:08:12 -04:00
# SimpleSyndicate
Firefox killed Live Bookmarks so it's time to make my own shitty RSS reader/aggregator.
## Requirements
Python 3.6+
2018-10-21 01:03:14 -04:00
Redis 4.0.10+
Python packages: `flask gunicorn requests bs4 redis lxml`
2018-10-18 13:08:12 -04:00
## Install
1. Get on the floor
2. Walk the dinosaur
2018-10-21 13:28:30 -04:00
3. Install crontab to run `cron.py` ex. `0 * * * * . /path/to/virtual/environment/activate && cd /path/to/simplesyndicate && python3 cron.py`
2018-10-18 13:08:12 -04:00
## Usage
`gunicorn -b localhost:5200 -e SCRIPT_NAME=/ss ss:app`