Skip to content

FRCTeam834/ScoutingScheduler-Public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScoutingScheduler-Public

Makes scouting schedules. Thats it.

Packages needed:

-gspread -google-api-python-client -oauth2client

How to isntall:

  1. Download or copy the .py file
  2. Install the appropriate packages onto your machine
  3. Create a Google Cloud account
  4. Click a project and go through the necessary steps that it presents
  5. Go to API & Services
  6. Go to API Library
  7. Search for and click on the Google Drive API
  8. Enable the API
  9. Click Manage
  10. Click create credentials
  11. Choose Google Drive API
  12. Choose Web Server (eg. node.js, Tomcat)
  13. Choose Application Data
  14. Click No, ...
  15. Drag the downloaded credentials file to the desktop
  16. Go to Google Drive
  17. Create a Google Sheet
  18. Share it with the client email found in the recently downloaded file
  19. Open up your choice of python IDE
  20. Create a new project
  21. Drag the credentails file into your project and name it something nice, easy and short
  22. Add a new python file to your project
  23. Copy the code from GitHub to that file
  24. Change the ##### appropriately (msg me if you need more help)
  25. Run the file and it should work!

Summary of Purpose

Makes scouting schedules and takes them into google sheets

Future Changes

Coming soon!

Releases

No releases published

Packages

No packages published

Languages