Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 868 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 868 Bytes

OTP SMS SERVICE

Based on : Fast API
Service : Melipayamak

Setup

Install requirements with pip:

pip install -r requirements.txt

Create .env file in your project root and fill your own Environment Variables:

# .env file content
OTP_PASSWORD= # your OTP password
OTP_USERNAME= # your OTP username
OTP_PHONE_NUMBER= # your OTP phone number

Run project with this command

python3 -m uvicorn main:app --reload

# or if you use old python
# python -m uvicorn main:app --reload

Contact

Hossein Araghi