Project

twistream

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
a simple streaming api client for twitter
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.7.8
 Project Readme

twistream

twistream is an simple client for hooking up with the twitter streaming api

Installation

** stable release **

gem install twistream

** beta release **

gem install twistream --pre

Usage

auth = { :user => 'username', :pass => 'password' }
@client = TwiStream::Client.new(auth)
@client.sample do |status|
	puts status
end

Disclaimer

This gem is still very experimental and undocumented. There could be major API changes between future versions