Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

TwilioDevEd/verify-v2-quickstart-python

Repository files navigation

Twilio

Verify Quickstart

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!

Install

``` python3 -m venv venv . venv/bin/activate ``` 

Or on Windows cmd:

``` py -3 -m venv venv venv\Scripts\activate.bat ``` 

Install the dependencies:

``` pip install -r requirements.txt ``` 

Run

``` flask init-db flask run ``` 

Open http://127.0.0.1:5000 in a browser.

Meta

  • 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.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8