Skip to main content

prepare the environment

first, we recommend using venv to setup the Python environment.
and activate it with:

install the package

set up your environment variables in a .env file

.env

create a test script:

make sure to replace TWILIO_PHONE_NUMBER and PHONE_NUMBER_TO_CALL with your own numbers. if you have a paid ngrok plan, be sure to add your ngrok domain to the listener variable.
main.py

run the test

view the results

example output in the console
for more details, check out the repo, and the examples.