initial commit

This commit is contained in:
iou1name 2018-10-18 13:08:12 -04:00
commit 1a5578199c
2 changed files with 16 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
__pycache__/
*.swp
*.swo

13
README.md Normal file
View File

@ -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`