Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to pull only certain users #30

Open
jpwCB opened this issue Feb 6, 2023 · 3 comments
Open

Option to pull only certain users #30

jpwCB opened this issue Feb 6, 2023 · 3 comments

Comments

@jpwCB
Copy link

jpwCB commented Feb 6, 2023

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
Copy link

jadiesi commented Mar 21, 2023

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

@renatocarvalho
Copy link

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
Copy link

jadiesi commented Apr 12, 2023

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().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants