We are currently in the process of updating this sample template. If you are encountering any issues with the sample, please open an issue at github.com/twilio-labs/code-exchange/issues and we'll try to help you.
Simple phone verification with Python, Flask, and Twilio Verify.
Read the full quickstart here!
``` make install ``` Copy .env.example to .env to setup you environment.
``` cp .env.example .env ``` Edit .env to add your Twilio access keys. You'll need to set your TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN from the Twilio Console. For the VERIFICATION_SID variable you'll need to provision a Verification Service.
``` make serve ``` Open http://127.0.0.1:5000 in a browser.
- No warranty expressed or implied. Software is as is. Diggity.
- The CodeExchange repository can be found here.
- MIT License
- Lovingly crafted by Twilio Developer Education.