gpt4 book ai didi

Twitter Stream api 按位置和轨迹过滤

转载 作者:行者123 更新时间:2023-12-02 16:03:36 28 4
gpt4 key购买 nike

我使用以下行来获取包含特定关键字的地理定位推文。 (我用的是麦当娜这个词)

https://stream.twitter.com/1.1/statuses/filter.json?track=Madonna&locations=-180,-90,180,90

我的问题是,结果不是由包含关键字 Madonna 的地理定位推文组成,而是由一般地理定位推文组成。

对我在这里做错的事情有什么帮助吗?

最佳答案

  1. “-180,-90,180,90” - 全局位置;

  2. 目前,要在 Twitter 流 API 中使用“AND”而不是“OR”,您需要发出如下请求:https://stream.twitter.com/1.1/statuses/filter.json?locations =-74,40,-73,41 并在应用程序内按“Madonna”过滤结果。不幸的是,我今天找不到其他方法;

  3. 按位置过滤可以 contain :

If coordinates is empty but place is populated, the region defined in place is checked for intersection against the locations bounding box. Any overlap will match.

关于Twitter Stream api 按位置和轨迹过滤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13662853/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com