Auto sign in (WIP)

This project is a python script that will locate, and sign in to registers in Google Classroom. As there is no 'register' object in Google Classroom, most teachers use short answer or multiple choice questions. This script detects common patterns, and automatically signs the user in. This script is not completed yet, and is a working progress.
As it is not completed, to run the script, you need to download and
run the script yourself. To do that, you need to press the download
button below, press the Enable Classroom API button below (you need
a google dev account for this), put the credentials.json file in the
same directory as the script, run the commands:
pip install --upgrade google-api-python-client
google-auth-httplib2 google-auth-oauthlib
and then, you can run the script.