telbot-otp icon indicating copy to clipboard operation
telbot-otp copied to clipboard

OTP Server with Telegram Bot

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