Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 717 Bytes

File metadata and controls

15 lines (13 loc) · 717 Bytes

Overview

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.

Building

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

Usage

A simple example is included in examples/SimpleStream. For more detailed information you can check out the generated ScalaDocs from distribution/web/index.html