Skip to content

A Zoom bot that joins meeting for you

Notifications You must be signed in to change notification settings

5l1v3r1/zoom-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoom-bot

A Zoom bot that joins meeting for you

Use cron jobs to start script at scheduled time.

Been updated to support built-in screen and audio recording. Currently only been tested on Linux devices.

Update: May 27th 2021

This little script seems to have attracted a bit of attention, I've updated the dependencies and documented a few issues to make this more up to date.

  • pip may have difficulties installing pyaudio if the portaudio.h headers and respective library is missing from your computer. I got around this by installing python-pyaudio through my OS package manager. To that end this post on StackOverflow: https://stackoverflow.com/questions/5921947/pyaudio-installation-error-command-gcc-failed-with-exit-status-1 seems provides many other solutions including the one I mentioned above.

  • Currently, the script also records external mic input which was not what I had desired when I first wrote this little bot. I could never figure out how to only record system sound and ignore the mic. If your intents align with the fix of this issue, any ideas or actual changes would be much appreciated!

Install Dependencies

pip install -r requirements.txt

Run

python zoom_auto.py [Zoom Meeting Id] [Zoom Meeting Password] [Duration in Minutes] [Out File]

About

A Zoom bot that joins meeting for you

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%