SpiderStrategies / node-tweet-stream

Node twitter module to hook into the public filter streaming, seamlessly updating the tracking keywords.
210 stars 43 forks source link

Is there a way to simply Untrack all #45

Closed LoganArnett closed 8 years ago

LoganArnett commented 8 years ago

Trying to figure out the way to untrack all for an application that allows the users to track and untrack in bulk requests.

Something like untrack.all(); or is there a disconnect function or something like that?

Thanks

nathanbowser commented 8 years ago

Yea, https://github.com/SpiderStrategies/node-tweet-stream/blob/9bfd4e2ea1819a5d55ede822cbd5cb133888497c/lib/twitter.js#L183 but I think it's only for tracking keywords, not locations and other events.

LoganArnett commented 8 years ago

Awesome thanks @nathanbowser for the quick response! 👍