To run this app, you will need an api key from google.
- Go the the Google API Console
- Make a new project
- Enable API for Google Sheets
- Create credentials
- Name account and allow it to read only
- Download the JSON file it gives you
- Rename the file to client_secret.json and put it in the same directory as the app
- Find the client email inside client_secret.json and share the document with that email
Python 3 is required to run this app The following packages are also nessacry:
- gspread
- oauth2client