How can I use the Twitter Search API to return all tweets that match my search query, posted only within the last five seconds?

后端 未结 5 796
迷失自我
迷失自我 2021-02-04 19:00

I would like to use the API to return all tweets that match my search query, but only tweets posted within the last five seconds.

With Twitter\'s Search API, I can use t

5条回答
  •  萌比男神i
    2021-02-04 19:23

    Are you trying to poll tweets in real time? Doesn't twitter have a limit on API req/hour. I think you'd hit that pretty fast.

提交回复
热议问题