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
.jsonfile with the Google keys to the folder. - Add the
.jsonfile's name to thekey_pathvariable inmain.py. - Add the Github token to the
tokenvariable inmain.py. - Add the name of the repository (e.g. AC07) to the
repovariable inmain.py. - Run
main.py.