代码拉取完成,页面将自动刷新
Idea: 1) Subscribe to the twitter stream api filtering on 'http' and 'https' keywords. 2) Store tweets and url counts 3) Analyze 4) Profit? Uses: - ruby - eventmachine - em-mongo - em-http-request - mongodb - twitter stream api After running this for about 20 minutes - I observe: - Twitter seems to limit sending me either 50 tweets/sec *or* about 105kB/sec, not sure which, probably 50 tweets. - The documents twitter sends are *huge* and include the full user account, url breakdown, hashtags, etc. - Apparently the most popular url on twitter (per the sample I get) is some stupid horoscope site. Depressing, though it makse sense. Example: > db.ns.find({ "hits": { "$gt": 10 } }, { "_id": 0 }).sort({ "hits": -1}) { "hits" : 279, "url" : "http://twittascope.com/?sign=8" } { "hits" : 277, "url" : "http://twittascope.com/?sign=5" } { "hits" : 271, "url" : "http://twittascope.com/?sign=4" } { "hits" : 268, "url" : "http://twittascope.com/?sign=3" } { "hits" : 259, "url" : "http://twittascope.com/?sign=6" } { "hits" : 253, "url" : "http://twittascope.com/?sign=9" } { "hits" : 246, "url" : "http://twittascope.com/?sign=11" } { "hits" : 240, "url" : "http://twittascope.com/?sign=2" } { "hits" : 237, "url" : "http://twittascope.com/?sign=12" } { "hits" : 234, "url" : "http://twittascope.com/?sign=7" } { "hits" : 221, "url" : "http://ustre.am/rxpz" } { "hits" : 217, "url" : "http://twittascope.com/?sign=1" } { "hits" : 210, "url" : "http://twittascope.com/?sign=10" } { "hits" : 124, "url" : "http://tinychat.com" } { "hits" : 118, "url" : "http://tinyurl.com/2f5jbs7" } { "hits" : 115, "url" : "http://shindanmaker.com/71670" } { "hits" : 109, "url" : "http://tinyurl.com/389vndx" } { "hits" : 104, "url" : "http://tinyurl.com/3y65zwm" } { "hits" : 95, "url" : "http://twitpic.com/3ipazs" } { "hits" : 67, "url" : "http://twitcam.com/36fsd" }
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。