Repo for Twilio
See https://www.twilio.com/docs/sms/quickstart/python for quick start guide in python
Use the following shell command to login to your twilio account
twilio loginTested on python 3.7
you can check your version with the following command in the terminal
python3 --versionIt's generally good practice to work with a virtual environment when working with python
see the following first if unfamiliar: https://realpython.com/python-virtual-environments-a-primer/
To install Python dependencies run in bash
pip install -r requirements.txtThe web interface of this application is stored in app.py
to run the demo server
python app.pyZeroAuth Integration