Created
June 8, 2010 19:40
-
-
Save gr4y/430539 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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