如何获取所有 Twitter 链接?
有很多网站为 Twitter 提供附加服务:
- hashtags.org
- tweetmeme.com
- repeets.com
- dailyrt.com
- backtweets.com
它们都有一些共同点:它们似乎从 Twitter 获取所有更新。 否则,他们无法提供如此复杂的服务和高质量的结果。
但他们是如何做到这一点的呢? Twitter 有一个 XMPP feed (Firehose),但并不是每个人都可以从中获取数据。
您有什么可以推荐的方法或者您认为他们正在使用的方法吗? 普通的 API 限制太多了,不是吗?
There are lots of sites offering additional services to Twitter:
- hashtags.org
- tweetmeme.com
- repeets.com
- dailyrt.com
- backtweets.com
They all have something in common: They seem to get all updates from Twitter. Otherwise, they couldn't offer such complex services with high quality results.
But how do they do this? Twitter has a XMPP feed (Firehose) but not everybody is allowed to get data from it.
Are there any approaches you can recommend or which you think they are using? The normal API is limited too much, isn't it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
引用自 http://apiwiki.twitter.com/Rate-limiting
Quoted from http://apiwiki.twitter.com/Rate-limiting
Twitter 有一个新的 Streaming API,看起来任何人都可以访问,但仍处于 alpha 阶段但这就是 tweetmeme.com 可能正在使用的。
Twitter has a new Streaming API which it looks like anyone can access, it's still under alpha but this is what tweetmeme.com is probably using.
查看 tweetSharp http://tweetsharp.com/。 它是一个 .Net 库,使访问 Twitter API 变得更加容易。 我在一个小应用程序中使用它来搜索推文以查找我公司的名称。 如果您想了解更多信息,还有 dnrTV 剧集。
我不太确定你的意思
你当然无法访问所有从一开始的推文,但据我了解,其中绝对足以构建一个相当不错的 Twitter 客户端。
Check out tweetSharp http://tweetsharp.com/. It's a .Net library that makes accessing the Twitter API much easier. I've used it in a little app to search Tweets for the name of the my company. There's also a dnrTV episode if you want to find out more.
I'm not quite sure what you mean by
You certainly don't have access to all tweets going back to the start, but as I understand it there's definitely enough in there to build a pretty decent Twitter client.
请查看 Twitterizer。 它比我用过的任何其他 Twitter ASP.NET 库都要简单得多。
Check out Twitterizer. It's way easier than any other Twitter ASP.NET library I've ever used.