A simple NodeJS Viber Bot application
This is a simple NodeJS based Viber bot that replies with the text message you send it.
To use this application, you need to have the following things:
An Active Viber Account
Download the app here: https://www.viber.com/en/download/
An Active Viber Bot Account
Create one here: https://developers.viber.com
The Ngrok application to allow tunneling for local development
Download the application here: https://ngrok.com/download
git clone https://github.com/devaku/nodejs-viber-bot
cd nodejs-viber-bot
npm run install-server
Once the installation is done, make sure to create a .env file, from the given sample.
To run the application locally, ngrok must be running in the background. Make sure the PORT you provide (from the .env file), is the same PORT you use when running ngrok.
ngrok http 8080
npm run debug