From 1a5578199ca7e74bd2aa51bcbfe0b8829a92bbe1 Mon Sep 17 00:00:00 2001 From: iou1name Date: Thu, 18 Oct 2018 13:08:12 -0400 Subject: [PATCH] initial commit --- .gitignore | 3 +++ README.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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`