Skip to content

drewbitt/MakePhoneCall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakePhoneCall

Make a phone call from an audio clip url with Twilio

Requires python 3

Usage

Create a file in the project directory called config.ini with the following format:

[DEFAULT]
account_sid = ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
auth_token = your_auth_token

Run:

python main.py --from "+18881001000" --to "+188810010001" --audio_url "http://demo.twilio.com/docs/classic.mp3"

About

Make a phone call from an audio clip with Twilio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages