Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hahnavi/telbot-otp

OTP Server with Telegram Bot
https://github.com/hahnavi/telbot-otp

bot otp otp-server telegram telegram-bot

Last synced: about 2 months ago
JSON representation

OTP Server with Telegram Bot

Awesome Lists containing this project

README

        

# 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](https://i.ibb.co/D77MPfs/register-01.png)

![screenshot](https://i.ibb.co/MphJjqT/register-02.png)

## Check Registration Status

![screenshot](https://i.ibb.co/6X3fHvY/status.png)

## Generate OTP

![screenshot](https://i.ibb.co/9HRv4z6/generate-01.png)

![screenshot](https://i.ibb.co/ChWSb4b/generate-02.png)

## Verify OTP

![screenshot](https://i.ibb.co/W65tC6n/verify.png)