Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.31 KB


Automatic Meetings Joins

a simple python script which joins your zoom meetings and works on image recognition.
the script will join without audio and without audio so you can keep sleeping.

Requirements

  • python 3.6 or higher (https://www.python.org/)
  • pip
  • Clone this repository
  • Download requirements using pip install -r requirements.txt
  • run python auto.py
  • have zoom installed on your computer
  • be signed in on zoom

Setup

  • go to meetings.xlsx file and add your meetings
    you have two options:
    (1) join only with meeting link (leave the Meetting id and Meeting Passcode empty)
                or
    (2) join only with meeting id and meeting passcode (leave the Meetting Link empty, in case meeting has no passcode leave it empty)
  • make sure to fill in auto.py the Xl_FILE_PATH and ZOOM_PATH
  • make sure to fill the starting time in the xl file in 24:00 format(1PM = 13:00)