Skip to content

Wh014M/telbot-otp

 
 

Repository files navigation

telbot-otp

OTP Server with Telegram Bot

Setup Server

  1. Install all NPM package
    npm install
    
  2. Copy .env.example file to .env
    cp .env.example .env
    
  3. Configure your .env file
  4. Run service
    npm run start
    

Register User

screenshot

screenshot

Check Registration Status

screenshot

Generate OTP

screenshot

screenshot

Verify OTP

screenshot

About

OTP Server with Telegram Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.5%
  • Dockerfile 5.1%
  • Shell 2.4%