Skip to content

A simple conference call implemented with Twilio and Flask

License

Notifications You must be signed in to change notification settings

wgwz/twilio-flask-conference-call

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implement a Simple Conference Call with Twilio and Flask

Full tutorial can be found here:

This code configures a simple conference call using Twilio Twiml and Flask.

Getting Started

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.

Installing

$ python3 -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

Running locally

Run the flask development server

(venv) $ flask run

Run ngrok

(venv) $ ngrok http 5000

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A simple conference call implemented with Twilio and Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages