Skip to content

Files

Latest commit

 

History

History

Zoom-Auto-Attend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ZoomZoom

A zoom bot that automatically joins zoom calls for you and saves the meeting id and password.

Requirements Before Use

  1. Add a webdriver for your browser to PATH or the webdriver directory.

    1. Chrome/Chromium webdrivers can be found here: https://chromedriver.chromium.org/downloads
    2. Firefox gecko webdrivers can be found here: https://github.com/mozilla/geckodriver/releases
  2. Install the required dependencies from requirements.txt within your virtual environment.

  3. You can launch the application from the zoomzoom.py file located inside the main directory.