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

Stall warnings (warning) #20

Closed MichMich closed 9 years ago

MichMich commented 9 years ago

Thanks for the great work!

From the code i figured out we can handle the following messages:

'tweet', 'delete', 'scrub_geo', 'limit', 'status_withheld', 'user_withheld', 'disconnect'

The only one i'm missing is warning. Is that correct?

Cheers,

Michael

nathanbowser commented 9 years ago

I'd have to cross check your list w/ the twitter api, but if you think we're missing warning, you can throw support for that in a PR and I'll merge it.

nathanbowser commented 9 years ago

Closed by https://github.com/SpiderStrategies/node-tweet-stream/pull/21