尝试获取 facebook/twitter/myspace 状态和其他数据进行统计
我想知道是否有人知道如何通过这些社交网络收集全球数百万人的数据以获得统计数据。我需要这个用于我正在尝试做的项目,并且不需要知道发布此类信息(例如状态、评论、有关它们的信息等)的实际人,以免违反任何数据隐私法。
我需要知道今天有多少人评论了奥巴马以及他们的性别(女性或男性)等等。
这有可能吗?
感谢一百万
I was wondering if anyone knows how to gather data from millions of people around the globe via these social networks in order to get the statistics. I need this for a project I'm trying to do and do not need to know the actual person posting such information (such as statuses, comments, information about them, etc) so as not to break any data privacy laws.
I need to know things like how many people commented about Obama today and what was their sex (female or male) and things like that.
is that possible in any way?
Thanks a million
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我想您是在问是否有任何资源可以挖掘社交数据。
最好的选择是查看 Twitter 或 Facebook API。年龄、性别、位置等变量可能比原始状态信息更难确定,但这是可以做到的。
对于 Twitter,我建议使用 Twitter 流 API 并过滤特定关键字。
I think you're asking if there are any resources to mine for social data.
Your best bet is to check out the Twitter or Facebook APIs. Variables like age, sex, location will probably be far more difficult to ascertain than raw status info, but it can be done.
For Twitter, I would recommend using the Twitter streaming API and filtering for specific keywords.
对于 MySpace,请使用实时流推送功能:http:// wiki.developer.myspace.com/index.php?title=类别:Real_Time_Stream
For MySpace, use the Real-Time Stream PUSH feature: http://wiki.developer.myspace.com/index.php?title=Category:Real_Time_Stream
迄今为止用于从大多数社交网站获取数据的最佳工具是这个,构建一个算法根据您收集的数据满足您的需求
the best tool so far used to get data from most of the social network site is this, build an algorithm that will suit your need from the data you collected