i rewrote the entire thing in batch because it was way easier, and i can automate it with the event scheduler: https://github.com/vippeople22/zoom-evsch
An Automation script to automatically very quickly join a zoom call
This script requires your computer to be on and able to execute commands
As of right now, you have to run the script 3 times if you want to automate the joining of 3 different classes.
- Link to visit Python Homepage
- On Windows
- Get pip for Python
cd c:/directory/to/this/project
pip install -r requirements.txt
- Installed python version above 3.5
- Installed requirements.txt
- Latest Zoom Software (Signed in)
-
Use your favorite SVN or just go to the Releases page to download the latest version
- Extract the release into a safe spot that you will remember where it is
-
Install pip and Python ver >
3.5
-
Open command prompt and cd to the directory
- Install the requirements.txt using
pip install -r requirements.txt
- Install the requirements.txt using
-
Open the .bat file and click allow when prompted by windows SmartScreen
- Yes I know the ux is amazing just follow the instructions and it will handle the rest
- You can leave this on overnight and the automation will handle the rest
- Better UX
- Better code with fewer dependencies
- Automation to create a task in the Task Scheduler for running the Script
- A way for this to run in the background
- Multiple class support
Leave a star * if this helped you out in any way
- This project is 100% open source, if you can't trust allowing SmartScreen you can take a look at my code.
- Make sure to add trailing 0's for times before 10:00 AM Ex. 09:30. Do this or the program will crash.
- Make sure you do not interfere with the code by entering anything while it is executing, it will not work.
Create an issue here and I'll add it here
Or make a pull request and I'll update the code