作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有没有办法使用 Twitter API 来获取用户在特定时间范围内的推文?
它似乎不在状态/用户时间线中。
最佳答案
您可以使用 since
和 until
运算符(operator)。https://api.twitter.com/1.1/statuses/user_timeline.json?include_entities=true&include_rts=true&screen_name=your_screen_name&since:2011-05-16&until:2011-08-16
但这对你没什么好处,因为推文可以在很小的时间窗口内搜索到。要解决此问题,请查看多个资源,
鲷鱼 - https://github.com/remy/snapbird
和
20 ways of searching old tweets
关于api - 时间范围的 Twitter API 推文,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7655403/
我想开发一个 Skype 机器人,它将用户名作为输入,并根据用户输入以相反的字符大小写表示hello username。简而言之,如果用户输入他的名字 james,我的机器人会回复他为 Hello J
我是一名优秀的程序员,十分优秀!