使用 tweetsharp 提取特定用户的数据
使用tweetsharp提取特定用户的数据:我想获取转发次数(RT或Retweet)和提及次数(@)。
你能帮我吗?谢谢。
Using tweetsharp to pull data for a specific user: I would like to get the numbers of retweet (RT or Retweet) and the numbers of mentioning (@).
Could you help me? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
TweetSharp 的当前版本(2.0 版)具有直接映射到 Twitter API 的方法。
假设您拥有某个用户的 oAuth 令牌,您可以使用以下方法:
如果您无权访问用户的个人资料,您仍然可以使用标准搜索查询语法搜索该用户。
两者都应该为您提供您正在寻找的详细信息。
The current version of TweetSharp, version 2.0, has methods that map directly to the Twitter API.
Assuming you have the oAuth tokens for a user you can use methods like
If you don't have access to a user's profile, you can still do a search for that user using the standard search query syntax.
Both should get you the details you're looking for.