https://github.com/programerr01/zoom-client
Automating zoom for meetings
https://github.com/programerr01/zoom-client
Last synced: about 1 year ago
JSON representation
Automating zoom for meetings
- Host: GitHub
- URL: https://github.com/programerr01/zoom-client
- Owner: programerr01
- Created: 2020-10-21T15:08:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T15:18:33.000Z (over 5 years ago)
- Last Synced: 2025-02-11T11:51:55.303Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zoom-client
## *It automatically connects you to the meeting*
## Put the meeting id and meeting password in file inside /config/
### Then freeze all the requirments by
```bash
pip install -r requirements.txt
```
### Run file
```bash
python zoom.py
```