ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.31k stars 568 forks source link

Operators don't work on Stream #389

Closed Shaderboy closed 7 years ago

Shaderboy commented 7 years ago

Some of the basic operators don't seem to work with the streaming 'statuses/filter' endpoint. Specifically, :( and :), though there may be others.

maziyarpanahi commented 7 years ago

I don't think the basic operators are for streaming. I think they are for search APIs. Anything possible for streaming is listed here: (it has track as everything will be assumed "OR") https://developer.twitter.com/en/docs/tweets/filter-realtime/guides/basic-stream-parameters

Shaderboy commented 7 years ago

Sadly, I think you're right. Thanks.