YarinCodes / auto-zoom-meetings-join

python script which auto joins your zoom meetings so you can keep sleeping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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)

About

python script which auto joins your zoom meetings so you can keep sleeping


Languages

Language:Python 100.0%