/ZoomZoom

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

Primary LanguagePython

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 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.