-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
username requires manual verification on instagram (429). #2
Comments
oh, also the available names are not outputting properly to available.txt, all lines output read |
Can confirm. |
@dremara @yellow Yes, I am aware of the issue and am working on creating a caching system to solve this. The issue is due to Instagram's strict rate limits. You can only make so many requests per 15 minute window. A quick and dirty workaround is to not use more than 2 threads and 300 word lists when checking Instagram or Twitter. All the other services shouldn't have a problem with the 100 threads. |
@crock the problem is the proxy checker and the whole proxy integration isn't working. scripts@L2:~/cli-checker$ python3 OGCheckr.py Searched 4 proxies and filtered out 0 bad proxies in 0.44285035133361816 seconds |
@ZXT-Tech Thank you for bringing this to my attention. I think it's time for me to look into unit testing, so I can catch stuff like this. |
@crock i have same issue with github and 4 threads. |
I think GitHub heavily rate limits. You can try using some free proxy lists (like 100 or so) or get a couple of premium "rotating" proxies. |
excuse me if this is an easy solve, i'm not a tech buff.
i'm running 100 threads on a list of 70000 words to check for instagram using approx 350 free proxies that all check out as good.
however 95% of my returns are 'requires manual verification on instagram (429).' and there will then be a very brief period where the script works for a few usernames before going back to the 429 error.
i know i'm doing something wrong, i know the answer may be obvious to most, but i'd really appreciate some help with this one.
thanks.
andreas
The text was updated successfully, but these errors were encountered: