From: Lane Campbell Date: Mon, 23 Mar 2020 20:23:00 +0000 (-0400) Subject: initial commit for readme X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=5ad6edca4c127cea0e835746dc938382f8e50ce0;p=zoom-batch-downloader.git initial commit for readme --- diff --git a/README.md b/README.md index 1787974..828a1f3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # zoom-batch-downloader Download all your zoom cloud recordings + +Edit cloudlink.py to include your JWT token, the correct path for your downloads, and the USER ID from Zoom's API. + +Here is where you can find instructions on listing a USER ID - https://marketplace.zoom.us/docs/api-reference/zoom-api/users/users + +Install the requirements listed in requirements.txt + +If you haven't done that before you will need to use PIP (https://pip.readthedocs.io/en/1.1/requirements.html) + +Exact command is "pip install -r requirements.txt" + +Then run "python cloudlink.py" + +That will download all the recordings wherever you specify.