This repository contains sample Twilio Projects.
- TwilioVoiceEcho Websocket server to echo your voice back when you call your Twilio virtual number. Written in Python
Most of the applications are written for python and contain instructions to run with docker.
There is a common docker-compose and an .env file for all applications. To run any service, just set the relevant variables for that application in .env
and run the corresponding docker-compose service defined for that application.