Mac Categories

tweetstream 0.3


tweetstream Free and open source Twitter streaming API access development tool

System Requirememts
Mac OS X
Download Details
Company Rune Halvorsen
Version 0.3
Post Date October 11, 2009
License BSD
File Size 5 KB
There are no screenshots

tweetstream 0.3


Free and open source Twitter streaming API access development tool
tweetstream provides a class, TweetStream, that can be used by developers to easily get tweets from Twitter's streaming API.

An instance of the class can be used as an iterator. In addition to fetching tweets, the object keeps track of the number of tweets collected and the rate at which tweets are received.

Subclasses are available for accessing the "track" and "follow" streams as well.

There's also a ReconnectingTweetStream class that handles automatic reconnecting.

NOTE: The API is blocking. If for some reason data is not immediatly available, calls will block until enough data is available to yield a tweet.