Bot for joining online classes at the right time (This bot is optimized for S4 CSA students - JECC).
The bot asks you for a AuthUser count
while running. The required AuthUser count is the the position of logged in jecc mail id.The first id is 0 the second one is 1 and so on. For Eg:
Here my required AuthUser count is 1 as my JECC mail id is logged in as the second account.
The bot uses keyboard hot keys to turn off the cam and mic and also to join class.So kindly avoid engaging with the meet window while joining a class is in progress.
Download the meetautomation.exe from the releases and run/execute the file.
Download the CsaMeetBot.zip file from the releases and extract it's contents. The script depends or certain packages. You can install them by
pip3 install pyautogui
pip3 install datetime
or
pip3 install -r requirements.txt
After installing the dependencies you can run the script by
python3 meetautomation.py
Python3 is preffered over other versions of python.
For the current meet bot version chromium based browers (Google,Brave) are preffered over other browsers.
Do raise an issue for feature request or bug fixes :)