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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Abraham authored Apr 4, 2018
1 parent 18ef83c commit c7774f0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# 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

0 comments on commit c7774f0

Please sign in to comment.