Specifically designed for Google Meet Platform. Just run the program on Cloud VM. Add the schedule & put the program in execution stage. It will Notify you at every starting / Ending / No Class situation through a Discord Webhook.
- Clone the repository
git clone https://github.com/Purnay087/Class-Bot-Attender.git
. - Install requirements using
pip install -r requirements.txt
- Open
bot.py
and put your google login credentials in variables below to the comment line. - If you want to add some new details into schedule like
Teacher Name
etc then make sure you follow below points:
i. Insert Correct name in everyINSERT, CREATE, SELECT
Queries.
ii. Modify thejoin_class
function with new changes & accept the new details inmodify_timetable
function. - Open
attende_bot.py
and put the Discord Webhook Url in variable below to the comment line. - If you want to add some fields into the message then use
add_field
function.
Run the bot python bot.py
Note:
This program require PC / Laptop in focused mode that means the window used by bot while
attending lecture should be at front