You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Python script that starts a zoom meeting - Meeting ID and Passcode are taken from the console. It joins the meeting automatically with camera and mic off.
4
+
5
+
## *Author Name*
6
+
[Anshul Pandey](https://github.com/Anshul275)
7
+
8
+
## Pre-Requisites
9
+
10
+
Run The Command `pip install -r requirements.txt`
11
+
12
+
`1.` Python - 3 must be installed
13
+
`2.` Zoom App must be installed
14
+
`3.` Add the path of zoom app to the python-script
15
+
`4.` No need to sign-in/sign-up to the app
16
+
`5.` Only for initials - Type your name and choose Remember my name for future meetings
17
+

18
+
19
+
## To Run the File
20
+
21
+
For Windows - `python automate.py`
22
+
23
+
For Ubuntu/Linux - `python3 automate.py`
24
+
25
+
## Screenshots -
26
+
`INFO` All the working screenshots are attached in "screenshots" directory
0 commit comments