Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 533 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 533 Bytes

Twilio

Setup Instructions:

  • In myapp.py, edit the following:
  1. Set your account sid
  2. Set your auth token
  3. Set your twilio number
  • In index.html, edit the following:
  1. Set the domain for the redirectURL
  • Open powershell, run the following commands:
  1. $env:FLASK_APP = "myapp.py"
  2. flask run
  • Access the app url

To access using ngrok url

  • run ngrok

  • In twilio console, do the following:

  1. Create your TwiML App
  2. Configure your TwiML App

-------------------------- The end --------------------------------