Twitter API:如何从时间范围获取用户的推文?

问题描述:

我不太相信这一点,但似乎没有办法从特定时间段内从特定用户获取推文。这是真的?有没有解决的办法?Twitter API:如何从时间范围获取用户的推文?

在此先感谢。

Johnny

查看Twitter资源的此列表以检索历史数据。看起来Tweetbird是Searchastic获得好评的最佳选择,但它现在已经关闭。

http://blog.tweetsmarter.com/twitter-search/10-ways-and-20-features-for-searching-old-tweets/

还有一个叫Snapbird网站,查询老鸣叫。他们在Github上也有一个API,可以规避10天的搜索限制。您当然可以使用任何API方法来获取用户推文。

https://github.com/remy/snapbird

您还可以使用Twitter的自己sinceuntil运营商的时间表,但历史数据的容量是有限的,因此建议使用,而不是列出的资源。

例如:

https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&inc‌​lude_rts=true&screen_name={screen_name}&since:2011-11-01&until:2011-11-06