Skip to content

Instantly share code, notes, and snippets.

@robertdo
Last active December 12, 2015 07:29
Show Gist options
  • Save robertdo/4737380 to your computer and use it in GitHub Desktop.
Save robertdo/4737380 to your computer and use it in GitHub Desktop.
from twilio.rest import TwilioRestClient
account = "ACXXXXXXXXXXXXXXXXX"
token = "YYYYYYYYYYYYYYYYYY"
client = TwilioRestClient(account, token)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment