/Ekart-Bot

Ekart Package Tracking Telegram BOT

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Ekart Tracking Bot

Installation :

npm install
  • Install Forever JS to run it after shell has been closed
npm install forever -g
  • Start the Bot
// Development
node main.js

// With Forever JS
forever start main.js

To Install it on Heroku Use Express JS as Web Server.