Skip to content

radelphe/FLask_OTP_API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTP-flask-API

Installation

#in app.py line 6 & 7 Add Your Email Credentials / prefer to use Secrets/.env variable
#if using Gmail allow access to less secure app in google-account settings
pip install -r requirements.txt
python app.py

Usage

http request : localhost:5000/[email protected]
Json Return  : {"OTP":"3777","email":"[email protected]"}
#The same OTP is also send to the specified email.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Procfile 1.3%