Skip to content

Instantly share code, notes, and snippets.

@eob
Last active January 6, 2017 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eob/7531253eee8507742bef8a13324c3be7 to your computer and use it in GitHub Desktop.
Save eob/7531253eee8507742bef8a13324c3be7 to your computer and use it in GitHub Desktop.
Extra code to send an SMS via Dash
from twilio.rest import TwilioRestClient
client = TwilioRestClient("ACCOUNT SID", "AUTH TOKEN")
message = client.messages.create(body="Everest wants a joke!", to="DADS PHONE", from_="TWILIO NUMBER")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment