Skip to content

Instantly share code, notes, and snippets.

@hunnycode
Created May 21, 2013 02:34
Show Gist options
  • Save hunnycode/5617164 to your computer and use it in GitHub Desktop.
Save hunnycode/5617164 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'twilio-ruby'
# put your own credentials here
account_sid = 'ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
auth_token = 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'
# set up a client to talk to the Twilio REST API
@client = Twilio::REST::Client.new account_sid, auth_token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment