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 run -d -e TG_TOKEN=TelegramBotToken omarlat/wallabot