Python

Create the project

The full source code is available on the Vonage-Community GitHub, but here's how to build it yourself.

Make a directory for your application, cd into the directory then create a file called app.py to contain your application code.

Create a Python virtual environment and activate it:

python3 -m venv venv . ./venv/bin/activate

Then, install the required modules:

pip install Flask flask-sock