- Enter your app key and secret in the code. (Look for
APP_KEYandAPP_SECRET.) - Change the
app.secret_keyto something random (and secret). - Install dependencies:
- (recommended)
virtualenv venv && source venv/bin/activate pip install -r requirements.txt
- (recommended)
python app.py
Open the browser to http://127.0.0.1:5000.