"It puts calendar stuff on a screen."
pip install -r requirements.txt
keyfile.json
in this dir.
You can also flatten the JSON and put it into an environment variable called KEYFILE
, instead of using a file.Run the app using the built-in Flask web server
python app.py
Using the Flask web server is good for dev, but for "production" we'll use uwsgi.
export PORT=5000
uwsgi uwsgi.ini