douzhang8144 2013-06-10 12:13
浏览 56
已采纳

使用特定主题标签搜索来自多个用户的推文? [重复]

This question already has an answer here:

I'd like to fetch tweets with the Twitter Search API that have a certain hashtag and from a list of Twitter users.

This returns all the tweets from two users, but I only need tweets with a certain hashtag https://search.twitter.com/search.json?&q=from:stevdobb+OR+from:dummytwitteruser

</div>
  • 写回答

1条回答 默认 最新

  • dsgdfh302506 2013-06-10 12:32
    关注

    You can combine users and hashtags in your search query. i.e. you could do something like this:

    https://search.twitter.com/search.json?&q=from:stevdobb+OR+from:dummytwitteruser+%23file

    This returns tweets from "stevdobb" or "dummytwitteruser" that contain a #file hashtag

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 乌班图ip地址配置及远程SSH
  • ¥15 怎么让点阵屏显示静态爱心,用keiluVision5写出让点阵屏显示静态爱心的代码,越快越好
  • ¥15 PSPICE制作一个加法器
  • ¥15 javaweb项目无法正常跳转
  • ¥15 VMBox虚拟机无法访问
  • ¥15 skd显示找不到头文件
  • ¥15 机器视觉中图片中长度与真实长度的关系
  • ¥15 fastreport table 怎么只让每页的最下面和最顶部有横线
  • ¥15 R语言卸载之后无法重装,显示电脑存在下载某些较大二进制文件行为,怎么办
  • ¥15 java 的protected权限 ,问题在注释里