Skip to content

Instantly share code, notes, and snippets.

View leah's full-sized avatar
:shipit:
Always shipping.

Leah Culver leah

:shipit:
Always shipping.
View GitHub Profile
def make_call():
client = Client(account_sid, auth_token)
client.calls.create(url='http://demo.twilio.com/docs/voice.xml', to='+14155555555', from_=from_number)