-
Notifications
You must be signed in to change notification settings - Fork 217
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 set time limit between every request? #64
Comments
Simply wait a random time between queries using time.sleep(). Note that every 100 queries, you should wait a little bit more.
|
I want the result for same query. there will be one query and the page will be 100 in number. my code
i want some result of 100 page for a specific query without getting marked as bot or robot. time doesn't matter. how to do it? |
Oh, I see. The query is "just one", but you're actually making it 100 times, for pages 1 to 100.
|
I already did but actually not working. |
I don't want google to detect this system as bot. so what can i do. I want to perform 100 of pages to be redirected without getting ban. Time doesn't matter.
The text was updated successfully, but these errors were encountered: