Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Files

Latest commit

c7774f0 · Apr 4, 2018

History

History
17 lines (14 loc) · 548 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 548 Bytes

Scouting Data 2018

To run this app, you will need an api key from google.

  1. Go the the Google API Console
  2. Make a new project
  3. Enable API for Google Sheets
  4. Create credentials
  5. Name account and allow it to read only
  6. Download the JSON file it gives you
  7. Rename the file to client_secret.json and put it in the same directory as the app
  8. 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