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 627
迷失自我
迷失自我 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条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-04 19:03

    This sounds like something you can do on your end, as created_at is one of the fields returned in the result set. Just do your query, and only use the ones that are within the last 5 seconds.

提交回复
热议问题