Twitter API tweets for time range

Is there a way to use the Twitter API to get a user's tweets for a specific time range?

It doesn't seem to be in statuses/user_timeline.


You can use the since and until operator.

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

But it will do you little good because tweets are searchable in a small time window. To get around this check out several resources,

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

and

20 ways of searching old tweets

链接地址: http://www.djcxy.com/p/58812.html

上一篇: 需要一个twitter API,根据其坐标在特定位置获取推文

下一篇: Twitter API推文的时间范围