This repo is deprecated, see ts-tg-bot
- Node.JS
└─nodejspackage in your distro repos - MongoDB
- Mongoose.JS
- Telegraf
- Telegraf i18n
- Dotenv
- Create new project:
sh create-project.sh PATH/NAME
ReplacePATHwith new project path andNAMEwith project directory name - Configure
src/config.env2.1. ReplaceTOKENwith the new one from t.me/BotFather
2.2. ReplaceDB_URLandDB_NAMEwith your own MongoDB database URL and name - Run bot with
npm start