Simple script created for the IIC2233 course assistants that uploads the grades stored in Github to a Google sheet.
Any advice or comment is more than welcome!
- Add the
.json
file with the Google keys to the folder. - Add the
.json
file's name to thekey_path
variable inmain.py
. - Add the Github token to the
token
variable inmain.py
. - Add the name of the repository (e.g. AC07) to the
repo
variable inmain.py
. - Run
main.py
.