Skip to content

Python script utilizing the zoom.us api for downloading cloud recordings

Notifications You must be signed in to change notification settings

pacqu/ZoomCloudRecordingDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Initial Setup

Open Terminal, go into folder where you want the recordings to be downloaded

Run “cd ZoomCloudRecordingDownloader”

Create or Copy/Paste a text file called “api.txt” into this folder, where:

The First Line is your API Key

The Second Line is your API Secret

The Third Line is an email of an zoom account associated with the cloud recordings you want to download

The Fourth Line is the password for the corresponding zoom account

Run “python main.py”

Allow program to run to completion

The folder should now have multiple folders containing the recording of corresponding users

Downloading New Recordings

Make sure you had an aforementioned “api.txt” file in your folder.

Run “python main.py”

Allow program to run to completion

About

Python script utilizing the zoom.us api for downloading cloud recordings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages