public
Description: Twitter filter web app using Sinatra, Redis, and TweetStream
Homepage: http://www.digitalhobbit.com/2009/11/08/building-a-twitter-filter-with-sinatra-redis-and-tweetstream/
Clone URL: git://github.com/digitalhobbit/twatcher-lite.git
name age message
file README.markdown Sun Nov 08 00:32:53 -0800 2009 added actual blog post url [Mirko Froehlich]
directory public/ Sun Nov 08 00:00:05 -0800 2009 initial commit [Mirko Froehlich]
file twatcher.rb Sun Nov 08 00:00:05 -0800 2009 initial commit [Mirko Froehlich]
file tweet.rb Sun Nov 08 00:00:05 -0800 2009 initial commit [Mirko Froehlich]
file tweet_store.rb Sun Nov 08 00:00:05 -0800 2009 initial commit [Mirko Froehlich]
file twitter_filter.rb Sun Nov 08 00:00:05 -0800 2009 initial commit [Mirko Froehlich]
directory views/ Sun Nov 08 00:00:05 -0800 2009 initial commit [Mirko Froehlich]
README.markdown

twatcher-lite

This is a simplified version of the code that powers Twatcher. It mainly goes along with my blog post and provides an easier way to follow along than manually copying and pasting the code from the blog into the various files.

Please refer to the blog post for instructions on how to install and run this application.

I'll eventually publish the full project, which includes configuration options, RSpec specs, etc. Stay tuned. :)