This is a Flask App that allows all the people whose phone numbers I have authenticated in my Twilio account, to send messages to each other.
- Python / Flask (Web app)
- Postman (API Testing)
- Twilio API (Programmable SMS API)
Update the .env
and with your Twilio credentials.
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
flask run
Open the generated link in your browser
This application was inspired by an 'Intro to API course' by Craig Dennis