/TwitterFilterStreamParser

Example using twitter4j to pull tweets from Twitter's Filter stream

Primary LanguageJava

To run the example, execute 'ant run'

To store tweets in a database, create a new class that implements FilterListener; FileOutputFilterListener is an example. 

For more details, see my blog post: http://davidrenz.net/?p=130