Twitter Streams API 与 Heroku
嗨,我真的对这个问题感到生气。我需要不断地实时向另一台服务器发布一些推文。它们是通过主题标签过滤的。
如果我将其更改为使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我用 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!!!