Skip to content

This repository allows, to create a phone number verification using sms/call OTP in python.

Notifications You must be signed in to change notification settings

tiniyo/python-otp-verification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-OTP-Verification

This repository allows, to create a phone number verification using sms/call OTP in python.

Python-OTP-Verification

Requirements

Setup

  • Clone the python-otp-verification into your go path and change directory to cloned repository.
$ git clone https://github.com/tiniyo-api/python-otp-verification.git
$ cd python-otp-verification
  • Setting up Virtual Environment
virtualenv env
source env/bin/activate
pip install -r requirements.txt
  • Create your Free TINIYO Account and grab your "API Key": https://www.tiniyo.com

  • Copy .env.example to .env and update it with your Tiniyo credentials.

  • Run the Phoneverify.py in your console.

Phoneverify.py

*Navigate to http://localhost:5000/phone_verification to try it out!

About

This repository allows, to create a phone number verification using sms/call OTP in python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published