Building a Twitter Filter With Sinatra, Redis, and TweetStream
It’s been way too long since my last programming focused blog post, so let’s try to rectify this situation: Background A couple months ago, Twitter made available their Streaming API. This provides developers with a very efficient way to tap into the public Twitter stream. All you need to do is open and maintain a single HTTP connection, passing in a few filter parameters. Twitter then keeps streaming matching tweets to you....