This bot was coded with the help of nodejs, telegraf.js mongodb mongoose
Clone the project
git clone https://github.com/FarhodRW/registrationbot.git
Go to the registrationbot directory
cd registrationbot
Install dependencies
npm install
Start the dev server
npm run dev
To build this project run
npm run build
Build will be placed in dist folder
To deploy this project run
npm run deploy
- Register user (fullname, number, course, days, times)
- Save applications to the mongodb database
- Sends applications to the telegram channel
- Admin panel (for admins in bot)
- Show registered users
- Import to excel file(last 7 days, 30 days, input manual)