Twitter tweetinvi 使用“and”进行流式过滤
Twitter tweetinvi streaming filtering using `and`
是否可以执行以下类型的流式过滤器(伪代码)?
(track = "shooter" and location = "Miami") or (track = "flood" and location="Los Angeles") or ...
我认为这可能是不可能的,因为以下 (quoted from the documentation):
The track, follow, and locations fields should be considered to be
combined with an OR operator.
不,这是不可能的。您需要使用企业 PowerTrack API.
是否可以执行以下类型的流式过滤器(伪代码)?
(track = "shooter" and location = "Miami") or (track = "flood" and location="Los Angeles") or ...
我认为这可能是不可能的,因为以下 (quoted from the documentation):
The track, follow, and locations fields should be considered to be combined with an OR operator.
不,这是不可能的。您需要使用企业 PowerTrack API.