Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 614 Bytes

File metadata and controls

10 lines (8 loc) · 614 Bytes

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.