Building a Twitter Filter With Sinatra, Redis, and TweetStream
I just wrote a little tutorial about how to implement a Twitter filter web app using Sinatra, Redis, and TweetStream. It discusses both the architecture and rationale for my technology choices, as well as presenting the actual code. You can see my example app live at twatcher.com. Hope this is useful.
Post a comment