/SendOTP

Primary LanguagePython

Send OTP message to the given mobile number

A Flask application to send OTP to all the contact list available using Plivo.

The Application used Python-Flask and MySQL Database.

Installation

You need to have python-2.7 and mysql installed on your machine.

1.Install python pip
2.Install the required dependencies:
3.pip install -r requirements.txt

Running the app:

python manage.py runserver

Goto: http://localhost:8000