Skip to content

This is a script to download all meeting recordings from Zoom cloud via API.

Notifications You must be signed in to change notification settings

olafrv/zoom-recordings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Recordings Downloader

This is a script to download all meeting recordings from Zoom cloud via API.

Usage

First:

  • https://marketplace.zoom.us/user/build (Developer > Build Apps > Server-to-Server OAuth)
  • Create a new App with the following scopes: users:admin:read,
  • Take note of the ACCOUNT_ID, CLIENT_ID, CLIENT_SECRET
  • Be aware of API throttling:

Easy peasy:

export ZOOM_ACCOUNT_ID="******"
export ZOOM_CLIENT_ID="******"
export ZOOM_CLIENT_SECRET="******"
export ZOOM_RECORDING_YEAR=2023
export ZOOM_RECORDING_MONTH_FROM=1
export ZOOM_RECORDING_MONTH_TO=8
export ZOOM_USERS_FILTER="olaf.reitmaier@example.com"  # or leave it empty "" but set
pip3 install -r requirements.ext
python3 main.py

References

About

This is a script to download all meeting recordings from Zoom cloud via API.

Topics

Resources

Stars

Watchers

Forks

Languages