Hello,
I’d like to have a better understanding on is:reply rule behavior on Twitter Filtered Stream. It’s written in Twitter API documentation that is:reply “Deliver only explicit replies that match a rule. Can also be negated to exclude replies that match a rule from delivery. When used with the filtered stream, this operator matches on replies to an original Tweet, replies in quoted Tweets and replies in Retweets.”
(1) “hello” is:reply will match replies that both contains the word “hello” or replies to a previous tweet containing the word “hello”
(2) “hello” -is:reply will only match tweets / retweets / quoted tweets that contains the word “hello”.
My question : is it possible to match only replies that contains the word “hello” ? I mean the first mentionned query is polluted by replies not containing the word…
Kind regards
1 Like
Hi, I’m facing the same problem… could you solve it?