Skip to content

Latest commit

 

History

History
executable file
·
26 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

executable file
·
26 lines (17 loc) · 391 Bytes

WallaBot

Installation

WallaBot requires Node.js v8+ to run (async/await).

Install the dependencies and devDependencies and start the server.

$ cd wallaBot
$ npm install
$ node app.js

For production environments...

$ export TG_TOKEN=???????????????????

DOCKER

docker run -d -e TG_TOKEN=TelegramBotToken omarlat/wallabot