NOTE: This is for educational purposes only!
This is a project I made for fun to send text messages through the plivo. It's a webserver made in flask which is a python library.
It is currently set up to automatically convert the inserted phone number to a danish one.
To set this script up you need python3 and pip.
To install the requirements via pip, run pip install -r requirements.txt
You also need install redis server.
Then you need to create src/.env
which contains the secret information like API keys and the redis url. You can find these on your plivo dashboard. Example:
AUTH_ID="id123"
AUTH_TOKEN="token123"
ADMIN_PASS="pass123"
REDIS_URL="redis://redis123"