Rate limit reached. Sleeping for:

前端 未结 1 1923
轻奢々
轻奢々 2021-01-23 18:01

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

相关标签:
1条回答
  • 2021-01-23 18:07

    Just add this line to the Python script to avoid the sleep:

    sleep_on_rate_limit=False
    
    0 讨论(0)
提交回复
热议问题