It is a simple Python automation which will open Zoom app according to the time table given and join the meetings and wait till the the next meeting and repeat for whole day for every meeting.
Disclaimer: This will only join the meeting and nothing else.
Python 3 Download here
Zoom App
In App Settings šµ
Clone the repo
Using HTTPS
git clone https://github.com/DeeshanSharma/Zoom-Bot.git
Using SSH
git clone git@github.com:DeeshanSharma/Zoom-Bot.git
OR
Download as ZIP here
Setup your Virtual Environment šµ
python -m venv .venv
Activate your Virtual Environment ā
Windows (CMD)
.venv/Scripts/activate.bat
Install using requirements.txt š¢
pip install -r requirements.txt
This app is tested and works on:
Integrated voice engine that will recognise your name called and respond to it
Function to send text in the chat box similar to what majority is sending
Send you notification when joining a meeting with certain details (This is still possible but on Discord so not implemented)
Auto exit the app after attending all the meetings
ā - Very Important
š¢ - Recommended
šµ - Optional