how to take all tweets in a hashtag with tweepy?

后端 未结 4 509
余生分开走
余生分开走 2021-02-04 22:53

I\'m trying to take every open tweets in a hashtag but my code does not go further than 299 tweets.

I also trying to take tweets from a specific time line like tweets on

4条回答
  •  南笙
    南笙 (楼主)
    2021-02-04 23:08

    Check twitter api documentation, probably it allows just 300 tweets to parse. I would recommend to forget api, make it with requests with streaming. The api is an implementation of requests with limitations.

提交回复
热议问题