I wrote a Processing class (TwitterStreamingTrack.pde), which helps programmers who want to use Twitter Streaming API from Processing. Sample Program Through the Twitter Streaming API, this Processing program receives tweets that match "#nowplaying" or "suztomo". /* TwitterStreamingTrackTest.pde */ TwitterStreamingTrack tst; void setup() { size(1200, 800); PFont f = createFont("FFScala", 100); tex