Skip to content

Berkeley-CS162/zoom-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Zoom Automation

Repository to store Python scripts that automate tasks in Zoom.

Rationale

Most of these scripts utilize Selenium instead of interfacing with the Zoom API.

Though updates to the Zoom web interface may break some behavior and require updates, using the Zoom API requires the application to be approved by Zoom and/or UC Berkeley, and the official Zoom API limits you to 100 meeting API requests per day.

Using Selenium

  • Install the Selenium package: pip install selenium
  • Download a Selenium WebDriver for the browser and browser version you intend on using, and place it somewhere in your path.

About

Scripts for automating tasks with Zoom.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages