commit 1a5578199ca7e74bd2aa51bcbfe0b8829a92bbe1 Author: iou1name Date: Thu Oct 18 13:08:12 2018 -0400 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c56bb68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.swp +*.swo diff --git a/README.md b/README.md new file mode 100644 index 0000000..28b97a4 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# SimpleSyndicate +Firefox killed Live Bookmarks so it's time to make my own shitty RSS reader/aggregator. + +## Requirements +Python 3.6+ +Python packages: `flask gunicorn requests bs4` + +## Install +1. Get on the floor +2. Walk the dinosaur + +## Usage +`gunicorn -b localhost:5200 -e SCRIPT_NAME=/ss ss:app`