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

Faster user_info with less API requests #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cadam00
Copy link

@cadam00 cadam00 commented Aug 14, 2024

Hi,

It is usual for user_id to contain duplicated user IDs, as long as the same person is very likely to have taken more than one picture. This can happen especially when the direct output of photo_search is used (column owner). Instead of using the whole sequence of user_id it would be wise to remove duplicates and then merge the result to the initial larger input. So, Flickr API will ask for each one of them only once. What do you think?

Thanks.

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

Successfully merging this pull request may close these issues.

1 participant