从一组 Twitter 帐户读取实时推文

发布于 2024-10-07 19:04:12 字数 114 浏览 0 评论 0原文

我有一组 Twitter 帐户,并且想要在我的 Web 应用程序中从该组帐户流式传输最新推文?

我找不到任何符合该要求的 API 方法。

如何在不存在速率限制问题的情况下实现这一点?

I have a group of twitter accounts and want to stream latest tweets from that set of accounts in my web application?

I couldnt find any API method matching that requirement.

How can this be implemented without having rate limiting issues?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨小墨 2024-10-14 19:04:12

查看流媒体 API

测试版中的站点流可能会令人感兴趣

网站流,一项新功能
流媒体 API,现已可用于
贝塔测试。站点流允许
服务,例如网站或移动设备
推送服务,实时接收
针对大量用户的更新
没有任何管理上的麻烦
REST API 速率限制。最初的
版本传递由以下创建的事件,或
定向至已共享的用户
他们的 OAuth 令牌与您的
应用。以下事件是
立即流式传输,且无速率
限制:主页时间线、提及
时间线、用户时间线、直接
消息、提及、关注、
收藏夹、推文、转发、个人资料
更改和列表更改。

Take a look at Streaming API.

Site Streams which is in Beta might be of interest

Site Streams, a new feature on the
Streaming API, is now available for
beta testing. Site Streams allows
services, such as web sites or mobile
push services, to receive real-time
updates for a large number of users
without any of the hassles of managing
REST API rate limits. The initial
version delivers events created by, or
directed to, users that have shared
their OAuth token with your
application. The following events are
streamed immediately, and without rate
limits: Home Timelines, Mentions
Timelines, User Timelines, Direct
Messages, Mentions, Follows,
Favorites, Tweets, Retweets, Profile
changes, and List changes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文