- Utilize Clash Royale API to manage Google Sheets
- Go to Google API Console
- Create a new project
- Search for
Google Drive API
and Enable it - Add credentials
- calling from
Web server
- accessing
Application data
Not
using Google Engine- Create service account
- Role as
Project Editor
- Download JSON file
- Role as
- calling from
- Move JSON file to code directory
config
and rename it toclient_secret.json
- Share Google Sheet with service account
- Copy
client_email
insideclient_secret.json
- Go to spreadsheet,
Share
it with that account and give itedit
right
- Copy
- Generate key and fill
token
intoconfig/crapi.json
make run
source venv_setup.sh
python manager.py
deactivate