geoffjentry/twitteR

"Rate limited .... blocking for a minute and retrying up to 113 times ..."

BhavyaTeja opened this issue · 0 comments

TweetData=as.data.frame(cbind(tweet = TweetText, date = TweetDate, lat = TweetLat, lon = TweetLon,
isretweet = isretweet, retweeted = retweeted, retweetcount = retweetcount, favoritecount = favoritecount, favorited = favorited))

When I try to download the tweets with the above-mentioned attributes it showing as "Rate limited .... blocking for a minute and retrying up to 113 times ..."

It's taking too long and I'm not sure how can I resolve this issue.