Skip to content
This repository has been archived by the owner on Apr 28, 2018. It is now read-only.
/ twistream Public archive

a simple and easy to use client for hooking up with the twitter streaming api

Notifications You must be signed in to change notification settings

gr4y/twistream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple and easy to use client for hooking up with the twitter streaming api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages