Skip to content

Instantly share code, notes, and snippets.

# encoding: UTF-8
require 'tweetstream'
Twitter.configure do |config|
config.consumer_key = "$GeheimeAPIKeys"
config.consumer_secret = "$GeheimeAPIKeys"
config.oauth_token = "$GeheimeAPIKeys"
config.oauth_token_secret = "$GeheimeAPIKeys"
end