Automated python script that will alert you while lecturer mentions attendance during online lecture.
Install Selenium to run the automated script.
pip install selenium
Update the fields YOUR_EMAIL_ADDRESS and YOUR_PASSWORD in ah101.py
## FIELDS TO EDIT ##
YOUR_EMAIL_ADDRESS = "devarsh@gmail.com" # Replace with your EMAIL ADDRESS
YOUR_PASSWORD = "password" # Replace with your PASSWORD
####################
python ah101.py
It will ask for meeting code, enter it and you're done. Sit back and chill!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.