The Tweet Stream project is a library for the Processing framework. It provides a simple method to open a connection to the Twitter streaming API, and handle tweets within a Processing applet.
To build the library
- Download the source from github at http://github.com/mccv/processing-tweet-stream
- Edit the build.xml file to point the processing and scala.home properties to appropriate locations
- Run ant
- In your Processing project, select sketch -> import library -> Tweet Stream
A simple example is included in examples/SimpleStream. For more detailed information you can check out the generated ScalaDocs from distribution/web/index.html