-
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
How to limit the Result #197
Comments
The tool has no output limit, so you can edit the code adding a limit to the output. I will consider to add this feature to the project. |
Thanks for replying and please let me where I can insert the limit. |
let me know if you make one |
You can add a counter inside the methods called by commands. |
like fwersemail(counter = 1000) ? |
Is there a way to slow the scrape speed as opposed to the counter limit overall? I am thinking of adding import time then adding: sleep.time(3) Maybe after: #Osintgram.py def get_fwingsemail(self):
|
Hi, Have you found a solution to limit the results so as not to be blocked by Instagram bots? |
This was fixed in version 1.3 (#150) |
There are about 10k followers and I want to extract the first 3k emails. Because after 12k it gives exception.
How can i limit the number of iterations.
The text was updated successfully, but these errors were encountered: