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.
- 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
- go to
meetings.xlsx
file and add your meetings
you have two options:
(1) join only with meeting link (leave theMeetting id
andMeeting Passcode
empty)
or
(2) join only with meeting id and meeting passcode (leave theMeetting Link
empty, in case meeting has no passcode leave it empty) - make sure to fill in
auto.py
theXl_FILE_PATH
andZOOM_PATH
- make sure to fill the starting time in the xl file in 24:00 format(1PM = 13:00)