Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Prerequisites

Setup

  1. Enter your app key and secret in the code. (Look for APP_KEY and APP_SECRET.)
  2. Change the app.secret_key to something random (and secret).
  3. Install dependencies:
    • (recommended) virtualenv venv && source venv/bin/activate
    • pip install -r requirements.txt

Running

python app.py

Open the browser to http://127.0.0.1:5000.