guestbook is a simple server written in python witch interfaces with a google sheet as datastorage.
- create a virtual environment (
python -m venv venv
) (don't forget to activate it) - install deps (
pip install -r requirements.txt
) - copy the config from
example.config.py
toconfig.py
- setup the google sheet ID
- create a service account on Google API Console
- add the service account's email to your google sheet
- paste the service account's json into the config.py