Skip to content

tsuganoki/twilio_api

Repository files navigation

Twilio Tutorial Practice App

A simple app to make and receive phone calls.

Link to the Twilio API Tutorial

Setup

For the most part this follows the tutorial. You will need your own Twilio account and phone number.

You should create a file called auth_info.py with the following contents:

account_sid = "YOUR SID HERE"
auth_token = "YOUR AUTH TOKEN HERE"
account_phone_number = "YOUR TWILIO NUMBER HERE"
destination_phone_number = "THE PHONE NUMBER YOU WANT TO CALL"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages