initial commit
This commit is contained in:
commit
1a5578199c
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
__pycache__/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
13
README.md
Normal file
13
README.md
Normal 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`
|
Loading…
Reference in New Issue
Block a user