The Zoom Automatic Joiner is a tool that automatically handles joining Zoom meetings for you. All you have to do is run the tool and it will wait until your next Zoom meeting starts and open it up by itself!
You just have to do a one-time setup in setup.py
and provide the Zoom links and the times you want to join them.
Download the repository. Go to setup.py
and enter in the list of Zoom links and join times.
Open Terminal, type zoom
, hit enter, and do other things as the tool joins the meeting for you whenever it starts!
- You can run the
zoom.py
Python file by typingpython3 zoom.py
into the command line - OR you can copy and paste
script.sh
into yourbash_profile
orbash_src
for one-time setup. Now, regardless of which directory you are in, all you have to type in Terminal iszoom
and it runs the tool for you.