There are many students and professionals who are too lazy to join the Zoom Meeting manually (including me 😜 ).
So this is a simple python script that lets you join a zoom meeting at a scheduled time, without any human interference.
Make sure the following module are installed:
Install this by typing the following code into Powershell or Terminal:
pip install PyAutoGUI
Just import the .py file, change the following parts in the data (links.txt) and the script:
- Change the timings of the meeting in the .py file (if necessary add more meetings by creating more elif statements but rest if the code will remain same).
- Change the time between subsequent meetings as continuous execution of the program may lead to unnecessary memory usage. Make sure to set the interval of 2-3 minutes before scheduled meet.
- Change the meeting links in the Links.txt (mind the sequence of the links according to time)