twistream is an simple client for hooking up with the twitter streaming api
** stable release **
gem install twistream
** beta release **
gem install twistream --pre
auth = { :user => 'username', :pass => 'password' }
@client = TwiStream::Client.new(auth)
@client.sample do |status|
puts status
end
This gem is still very experimental and undocumented. There could be major API changes between future versions