ricardorodrigues-ca / zoom-recording-downloader

Downloads and organizes all cloud recordings from your Zoom Business account
MIT License
124 stars 63 forks source link

Option to pull only certain users #30

Open jpwCB opened 1 year ago

jpwCB commented 1 year ago

I'd like to be able to pull recordings of certain users that are listed in a CSV file. Is it possible to do a list compare instead of pulling all of the recordings?

BTW - Otherwise, this is running great for me. Thank you for this tool!

jadiesi commented 1 year ago

I tweaked the script to print the list of users and I hardcoded the specific user info obtained from the list.

renatocarvalho commented 1 year ago

I tweaked the script to print the list of users and I hardcoded the specific user info obtained from the list.

How did you do?

jadiesi commented 1 year ago

I'm sorry I can't recall what I exactly did as I'm not proficient with python so I just winged it. Basically, I added a "print" command somewhere in the def get_user_ids() section to show the user list in the command window. I stopped the process once it moves on to the next step. I then copy and pasted the result to a text file. Afterwards, in the load_completed_meeting_ids() section, I would hardcode the parameters with the user that I'd like to download, instead of using get_user_ids().