Skip to content

Bimeh-Sabz/otp_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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