Twitter Streaming API - 组合两个谓词

发布于 2024-10-11 19:17:38 字数 205 浏览 0 评论 0原文

我希望我的 Twitter Streaming API 能够捕获美国境内使用某些 #HashTag 提到的所有推文。但是,如果我使用指定 location= &track= 的 filter.json 服务,那么我会得到集体 OR。我相信我在 Stack Overflow 上的某个地方读到它是设计使然的,但我仍然没有那个参考资料。

是否可以使用 AND 将它们组合起来?

I'd like my Twitter Streaming API to catch all tweets mentioned using some #HashTag within the USA. However, if I use the filter.json service specifying location= &track=, then I get the collective OR. I believe I read somewhere on Stack Overflow that it's by design, but I don't still have that reference.

Is it possible to combine those using AND?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

想你的星星会说话 2024-10-18 19:17:38

您不能让 API 仅传送符合两个条件 (AND) 的推文,但您可以收集任一条件 (OR) 的推文,然后仅使用或保存符合两个条件的推文。

You can't have the API deliver only tweets that match both conditions (AND), but you can collect tweets for either condition (OR), and then only use or save the tweets that match both conditions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文