Skip to content

DenysMenfredy/phone-call-with-twilio-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Phone Calls With Twilio API

Use this Python script to make phone calls using twilio API. First, you need to create an account at the Twilio platform and add some credits to make the calls.

How to use

Install the required packages to run the code using the following code in your terminal.

pip install requirements.txt

Create a .env file with exactly the same pattern in the .env.example file, and add your credentials from Twilio.

Running the script

python main.py --to number_to_call

License

MIT

About

Python script to make phone calls with Twilio API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published