NodeJS Viber Bot

A simple NodeJS Viber Bot application

NodeJS Viber Bot

This is a simple NodeJS based Viber bot that replies with the text message you send it.

Prerequisites

To use this application, you need to have the following things:

  1. An Active Viber Account

    Download the app here: https://www.viber.com/en/download/

  2. An Active Viber Bot Account

    Create one here: https://developers.viber.com

  3. The Ngrok application to allow tunneling for local development

    Download the application here: https://ngrok.com/download

Usage

git clone https://github.com/devaku/nodejs-viber-bot
cd nodejs-viber-bot
npm run install-server
ngrok http 8080
npm run debug

Credits