This is a Python automation script that attends online classes (Google classroom) on your behalf 😉
- Automatic joining in all classes from timetable in single click
- Custom timetable support
- Sends message if a specific keyword is called
- Custom keyword support
- PyAutoGUI
- selenium
-
Clone the repo
-
Open terminal in folder and run the below code
pip install -r requirements.txt
-
Go to Chrome driver download and download the driver specific to your chrome version
-
Extract the zip in
C:\Program Files (x86)
directory -
Go to
today_classes.py
and replacealertWords
,classes
andsubjects
with your time table -
Go to
today_classes.py
line 81 and enter your email -
Go to
today_classes.py
line 88 and enter your email password -
That's it. There are 3 options in the script
- get today periods
class -t
- join a specific period
class -subject_name
- automate today classes
class -a