Flush
Setup
- Install libs in requirements
- Create file .env at root
- Add to .env file a line TOKEN="TOKEN" (replace the last occurrence with the correct token)
- Replace TOKEN with a correct token
- Follow instructions to setup a service account: https://developers.google.com/sheets/api/quickstart/python
- Add the credentials.json file of the bot at the root
Doc for gspread lib: www.docs.gspread.org