You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I do is to surround (tweets = got.manager.TweetManager.getTweets(tweetCriteria)) in a try except. And if you get blocked then make your program sleep for a bit and retry getting the tweets again. It will take longer but at least your program wont stop if you get blocked and can retry at a specified interval (I did 30 seconds).
Alternatively you can use a proxy as shown in this commit: #49
please what is the limit of crawling using advanced search,when we do we need to use proxy to avoid block our request from twitter?
thanks.
The text was updated successfully, but these errors were encountered: