From 5ad6edca4c127cea0e835746dc938382f8e50ce0 Mon Sep 17 00:00:00 2001 From: Lane Campbell Date: Mon, 23 Mar 2020 16:23:00 -0400 Subject: [PATCH] initial commit for readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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. -- 2.34.1