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\activatepip install -r requirements.txtflask run
Open the generated link in your browser
This application was inspired by an 'Intro to API course' by Craig Dennis