https://github.com/pacifio/auto-zoom
A python script to automatically log me into a zoom meeting
https://github.com/pacifio/auto-zoom
desktop-automation python python-automation zoom-meeting-automation
Last synced: 3 days ago
JSON representation
A python script to automatically log me into a zoom meeting
- Host: GitHub
- URL: https://github.com/pacifio/auto-zoom
- Owner: pacifio
- License: mit
- Created: 2021-07-19T10:19:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T10:23:36.000Z (almost 5 years ago)
- Last Synced: 2026-03-30T06:29:10.505Z (3 months ago)
- Topics: desktop-automation, python, python-automation, zoom-meeting-automation
- Language: Python
- Homepage: https://youtu.be/OruyfGMukUk
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Zoom class automation script
[Demo](https://youtu.be/OruyfGMukUk)
This is a zoom automation script I built for personal use . This only has been tested on macOS , even though primary support for `windows` is enabled but hasn't been tested . If you want to run on windows please navigate to `auto.py` and on line 81 replace `os.startfile("C:\\myprogram.exe")` replace `myprogram.exe` with zoom app exe file path .
### Requirements
You need the latest python 3 installed on your computer and please install the dependencies via `pip install -r requirements.txt`
### How to run
`python3 ./auto.py`
You will be prompted to input Meeting ID , Username (the name to show on the meeting) , Password , like this :
`auto-zoom` has the capability to schedule zoom meetings . Please use the following format (HH:MM:SS) :
```txt
09:00:00
10:00:00
11:00:00
```
If `meetings.txt` file is empty , script will automatically log you in a zoom meeting (specified during startup)
DO NOT DELETE `meetings.txt` file and use correct format properly or the script might not work .
ALSO YOUR CREDENTIALS ARE SAVED IN A FILE CALLED `keys` . DO NOT DELETE THIS FILE or else you have to login the next time .
If this doesn't work that means the script hasn't been tested on that specific OS . Open an issue if script fails to work .
Please don't misuse this script , created as a side project only