initial commit for readme
authorLane Campbell <lanec@users.noreply.github.com>
Mon, 23 Mar 2020 20:23:00 +0000 (16:23 -0400)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2020 20:23:00 +0000 (16:23 -0400)
README.md

index 1787974c40ea5fa8e83f689333230bf60f6a2e9e..828a1f3d363eecaa543f380f2998b7f2c13a6a41 100644 (file)
--- 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.