Skip to content

Instantly share code, notes, and snippets.

@rhaamo
Created November 5, 2010 12:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhaamo/664091 to your computer and use it in GitHub Desktop.
Save rhaamo/664091 to your computer and use it in GitHub Desktop.
gem install twitter
require 'rubygems'
require 'twitter'
search = Twitter::Search.new
notch = search.from("notch")
notch.each do |t|
puts ""
puts t.inspect
puts ""
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment