Skip to content

Instantly share code, notes, and snippets.

@bigthyme
Created September 17, 2012 19:58
Show Gist options
  • Save bigthyme/3739422 to your computer and use it in GitHub Desktop.
Save bigthyme/3739422 to your computer and use it in GitHub Desktop.
Initial setup instructions
account_sid = "ACXXXXXXXXXXXXXXXXXX" #enter your Twilio account information
auth_token = "XXXXXXXXXXXXXXXXXX"
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