Full tutorial can be found here:
This code configures a simple conference call using Twilio Twiml and Flask.
This includes some of the basics for running the application however you will need to make use of the Twilio console. You can follow the article linked above to get up and running.
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
Run the flask development server
(venv) $ flask run
Run ngrok
(venv) $ ngrok http 5000
This project is licensed under the MIT License - see the LICENSE file for details