-
Clone the repo and run
npm install
to install the required modules. -
Get the bot token from
botfather
on telegram and make a.env
file in the root of this project and addBOT_TOKEN=YOUR_BOT_TOKEN_HERE
. -
npm start
ornpm run dev
(nodemon) to start the bot.