Skip to content

Harsh0707005/Zoom_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Automation

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.


Prerequisites

Make sure the following module are installed:


Install this by typing the following code into Powershell or Terminal:
pip install PyAutoGUI


Usage

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).


  • Changing time in elif statement/adding more elif statements

  • 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.


  • Changing time interval between subsequent meetings

  • Change the meeting links in the Links.txt (mind the sequence of the links according to time)
  • Changing links of zoom meeting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages