Create blokmap data from a Google sheet.
- Setup python
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
- Setup
config.ini
as follows
[Google]
SHEET_ID = #FILLMEIN
RANGE_NAME = #METOO
[Cache]
TIMEOUT = 10
-
Store the service account's key as
service_account.json
-
Give the service account's email (read) access to the sheet
-
./run_dev.py
- Error handling: it shouldn't ever crash on user input