i\'m collecting tweets withe thier replies from Twitter\'s API to build data set and i\'m using tweepy library in python for that,but the problem is that I get this error so muc
Just add this line to the Python script to avoid the sleep:
sleep_on_rate_limit=False