We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9341871 commit f08c9f3Copy full SHA for f08c9f3
Zoom-Auto-Attend/README.md
@@ -0,0 +1,10 @@
1
+# ZoomZoom
2
+A zoom bot that automatically joins zoom calls for you and saves the meeting id and password.
3
+
4
+# Requirements Before Use
5
+1. Add a webdriver for your browser to the webdriver directory.
6
+ 1. **Chrome/Chromium** webdrivers can be found here: https://chromedriver.chromium.org/downloads
7
+ 1. **Firefox** gecko webdrivers can be found here: https://github.com/mozilla/geckodriver/releases
8
9
+1. Install the required dependencies from **requirements.txt** within your virtual environment.
10
+1. You can launch the application from the **zoomzoom.py** file located inside the main directory.
Zoom-Auto-Attend/chromedriver
10.2 MB
Zoom-Auto-Attend/meetings.json
@@ -0,0 +1 @@
+{"meetings": {}}
0 commit comments