Skip to content

Instantly share code, notes, and snippets.

@gr4y
Created June 8, 2010 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gr4y/430539 to your computer and use it in GitHub Desktop.
Save gr4y/430539 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'streambot'
@params = {"auth_type" => "oauth",
"oauth" => {"key" => "consumer key", "secret" => "consumer secret"},
"http" => {"username" => "username", "password" => "password"}
}
@blacklist = ['mac_rt','apple_rt']
bot = StreamBot::Tracker.new(@params, @blacklist, 'apple','ipad','iphone os 4','steve jobs')
bot.start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment