Skip to content

stjordanis/stream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream

Fun with the Twitter Streaming API (with OAuth!)

Setup (just do this once)

Copy config/oauth.yml.example to config/oauth.yml and enter your OAuth details.

Then run:

bundle install

Get tweets!!

bundle exec ruby stream.rb

What do people want?

bundle exec ruby wants/map.rb | sort | bundle exec ruby wants/reduce.rb

Who has the most @mentions?

bundle exec ruby mentions/map.rb | sort | bundle exec ruby mentions/reduce.rb

About

Fun with the Twitter Streaming API

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%