Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created September 17, 2014 20:53
Show Gist options
  • Save RobSpectre/98e5e25de00baa39f6a1 to your computer and use it in GitHub Desktop.
Save RobSpectre/98e5e25de00baa39f6a1 to your computer and use it in GitHub Desktop.
from twilio.rest import TwilioRestClient
TWILIO_ACCOUNT_SID = 'ACxxxxxxxxxxxxxxxx'
TWILIO_AUTH_TOKEN = 'yyyyyyyyyyyyyyyyyyy'
client = TwilioRestClient(TWILIO_ACCOUNT_SID, TWILIO_AUTH_TOKEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment