-
Notifications
You must be signed in to change notification settings - Fork 25
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
Multiple profile images: avoid rate limit for more than 40 users? #35
Comments
I have noticed limiting with the updated script as well. I've never used the text list, however. I have a bash script that goes one-by-one through the list. I added a 5-second delay between each profile and haven't had any issues since. If there's no ability to rate-limit between profiles with the current script and text-file, that would be a great addition. |
Before version
before the rate limiting of multiple profile images came up and caused the latter half from executing. For me (even with a VPN), running the latter half @intothevoid33 Do you have any advice on my loop? I tried the following:
but after roughly the 40th user, I still get crashes. However, this std out error messages repeats for every user after the 41st user:
In my previous testing, using the text file would only show me that |
After issues #31 and #32 were fixed, I noticed there is rate limiting if I use
$ vsco-scraper -mp vsco-list.txt
for downloading multiple profile images with a text file when the list of usernames is longer than 40 (but shorter than 100). (Side note: the command flags have to strictly be placed before the text file name in version0.7.0
.)After the 40th user has been checked, every single username starting with the 41st will crash.
However, I am able to run
$ vsco-scraper -m vsco-list.txt
to download multiple gallery images from the same list with more than 40 usernames with no rate limiting issues.I don't know where I saw or read this, but I think there was some measure to avoid rate limiting implemented when downloading multiple galleries/journals/collections of users IIRC - which is really helpful when you use a text file. Can the same be implemented for downloading multiple profile images?
The text was updated successfully, but these errors were encountered: