/node-telegram-bot

Fun Telegram Bot Writed With Nodejs

Primary LanguageJavaScript

node-telegram-bot

Fun Telegram Bot Writed With Nodejs

Created With This Lib

install Node.js

apt-get install nodejs

Get Started

// insert Bot-TOKEN & SudoID in bot.js File

install the dependencies:

git clone https://github.com/AlirezaRobix/node-telegram-bot.git
cd node-telegram-bot
npm install
node bot.js

Launch For Ever

npm install -g forever
forever start bot.js

stop with:

forever stop bot.js

©Enekaas Copyright 2020