/attendance-hack-101

Automated python script that will alert you while lecturer mentions attendance during online lecture.

Primary LanguagePython

Attendance Hack 101

Attendance Hack 101

Automated python script that will alert you while lecturer mentions attendance during online lecture.

Installation

Install Selenium to run the automated script.

pip install selenium

Before First Run

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

####################

Usage

python ah101.py

It will ask for meeting code, enter it and you're done. Sit back and chill!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.