twitter-stream-channels

API Docs for: 1.0.0
Show:

Welcome

This doc was generated from the twitter-stream-channels source code with yuidoc.

Your point of entry is the TwitterStreamChannels class


You can also find informations on :

With the Twitter stream API, you can only open one stream at a time. So, if you have multiple filters, the tweets in result will be mixed up, you'll need to do some post-processing.

This module lets you open multiple channels with there own filters, on the same stream. And then, you can add events to each of them individually, to listen to there results, like if you had open multiple streams.

twitter-stream-channels handles all the post-processing, the connexion layer (OAuth, etc ...) is handled by twit. See the FAQ about both topics.