Skip to content

code-4-fun/chatty-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Viber bot (Inspired from )

This is a sample bot inspired by [Sample Viber Bot] (https://github.com/Viber/sample-bot-isitup/archive/master.zip) provided by Viber team.

Instructions

Just follow the tutorial.

Prerequisites

Usage

  • Clone the repository
git clone https://github.com/Viber/sample-bot-isitup myviberbot
cd myviberbot
npm install -g now
  • Let's deploy our bot with access token . Edit the following command with your access token and run it in the cloned repository folder
now -e VIBER_PUBLIC_ACCOUNT_ACCESS_TOKEN_KEY="YOUR_PUBLIC_ACCOUNT_TOKEN"

That's it! Now your bot is deployed. Start talking with it in your Viber app. Simply navigate to your public account and click on the Message button.

License

See the LICENSE file (MIT).

Releases

No releases published

Packages

No packages published