Twitter API推文的时间范围

时间:2011-10-05 00:10:12

标签: api twitter

有没有办法使用Twitter API获取用户在特定时间范围内的推文?

它似乎不是状态/ user_timeline。

1 个答案:

答案 0 :(得分:6)

您可以使用sinceuntil运算符。

https://api.twitter.com/1.1/statuses/user_timeline.json?include_entities=true&inc‌​lude_rts=true&screen_name=your_screen_name&since:2011-05-16&until:2011-08-16

但它会对你有所帮助,因为推文可以在很短的时间内搜索到。为了解决这个问题,请查看几个资源,

Snapbird - https://github.com/remy/snapbird

20 ways of searching old tweets