Skip to content

Python Script that automatically opens Zoom Meetings at a given Time and Day. Repeats these weekly.

License

Notifications You must be signed in to change notification settings

severin-richner/Zoom-Joiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Zoom-Joiner

(only works on Windows)

This script automatically joins Zoom meetings given a Weekday and a time. No account needed. The script saves the meetings and assumes these are repeated weekly. Joining is done using the Zoom meeting link and uses the default browser.

Instructions:

  1. install python (version 3.8 or newer) and the Zoom application

    Python (make sure to select "Add Python X to PATH"), Zoom

  2. install python packages via Command Line

    pip install pywin32 keyboard

  3. make sure your standart Browser has pop-ups enabled (for opening Zoom via link)

    (should work fine with: Chrome, Brave, Edge)

Done! Just open/run the "Zoom-Joiner.py" file with python.

Sidenote: If you don't know the link for the Zoom meeting, the usual format is:

https://zoom.us/j/{MeetingID} or https://zoom.us/j/{MeetingID}?pwd={Password}

Created by Severin Richner

About

Python Script that automatically opens Zoom Meetings at a given Time and Day. Repeats these weekly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages