Setup Instructions:
- In myapp.py, edit the following:
- Set your account sid
- Set your auth token
- Set your twilio number
- In index.html, edit the following:
- Set the domain for the redirectURL
- Open powershell, run the following commands:
- $env:FLASK_APP = "myapp.py"
- flask run
- Access the app url
To access using ngrok url
-
run ngrok
-
In twilio console, do the following:
- Create your TwiML App
- Configure your TwiML App
-------------------------- The end --------------------------------