Makes scouting schedules. Thats it.
-gspread -google-api-python-client -oauth2client
- Download or copy the .py file
- Install the appropriate packages onto your machine
- Create a Google Cloud account
- Click a project and go through the necessary steps that it presents
- Go to API & Services
- Go to API Library
- Search for and click on the Google Drive API
- Enable the API
- Click Manage
- Click create credentials
- Choose Google Drive API
- Choose Web Server (eg. node.js, Tomcat)
- Choose Application Data
- Click No, ...
- Drag the downloaded credentials file to the desktop
- Go to Google Drive
- Create a Google Sheet
- Share it with the client email found in the recently downloaded file
- Open up your choice of python IDE
- Create a new project
- Drag the credentails file into your project and name it something nice, easy and short
- Add a new python file to your project
- Copy the code from GitHub to that file
- Change the ##### appropriately (msg me if you need more help)
- Run the file and it should work!
Makes scouting schedules and takes them into google sheets
Coming soon!