-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add a limit before catching the followers and add delay while scraping email #350
Comments
Hi @SajidAnwarrr, thanks for the issue, please refer to #342 only. |
Add a limit before catching the followers and add delay while scraping email Run a command: fwersemail Catched 1100 followers email Do you want to get all emails? y/n: Run a command: n Do you want to get all emails? y/n: n During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Not fixed! before capturing emails the code first catches followers, if the user has 1k to 2k followers then the code works fine but if the user has lots of followers then the code first catches all the followers of the user then the problem comes in! if the user has 100k followers then Instagram will block you at around 30k while catching followers. and while scraping the emails if you enter 300 emails then Instagram will block you. if you add a limit in catching followers and delay in email scraping. That will be great.
Originally posted by @SajidAnwarrr in #342 (comment)
The text was updated successfully, but these errors were encountered: