Twitter Streams API 与 Heroku

发布于 2024-10-16 17:21:51 字数 485 浏览 2 评论 0原文

嗨,我真的对这个问题感到生气。我需要不断地实时向另一台服务器发布一些推文。它们是通过主题标签过滤的。

我正在使用这个解决方案: http://joslynesser.com/blog/archives/2010/09/12/consuming-the-twitter-streaming-api-with-heroku-and-mongodb/#comment-form< /a>

如果我将其更改为使用 filter.json,它仅适用于 Heroku 上流量较大的单词(别名检索推文),而它适用于我本地计算机上的主题标签。我尝试使用不同的帐户。

任何人都可以阐明吗?

谢谢。

Hi I'm really becoming mad with this problem. I need to continuously post to another server some tweets, in realtime. They are filtered by a hashtag.

I'm using this solution: http://joslynesser.com/blog/archives/2010/09/12/consuming-the-twitter-streaming-api-with-heroku-and-mongodb/#comment-form

If I change it to use filter.json it works (alias retrieves tweets) only with words that have a lot of traffic on Heroku, while it works with my hashtag from my local machine. I tried with different accounts.

Anyone can please shed light?

Thanks.

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

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

发布评论

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

评论(1

々眼睛长脚气 2024-10-23 17:21:51

好的,我用 TweetStream gem 解决了这个问题。请参阅此处的代码: https://github.com/aledalgrande/ mongo-twitter-streaming/blob/master/app.rb

完全在 Heroku 上工作!

OK I sorted it out, with the TweetStream gem. See the code here: https://github.com/aledalgrande/mongo-twitter-streaming/blob/master/app.rb

Fully working on Heroku!!!

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