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: 11 months ago
JSON representation
OTP Server with Telegram Bot
- Host: GitHub
- URL: https://github.com/hahnavi/telbot-otp
- Owner: hahnavi
- License: apache-2.0
- Created: 2019-02-05T14:51:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T01:19:31.000Z (almost 3 years ago)
- Last Synced: 2023-11-02T08:44:35.698Z (over 2 years ago)
- Topics: bot, otp, otp-server, telegram, telegram-bot
- Language: JavaScript
- Homepage:
- Size: 1.24 MB
- Stars: 94
- Watchers: 7
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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


## Check Registration Status

## Generate OTP


## Verify OTP
