An open API service indexing awesome lists of open source software.

https://github.com/devniel/debo

A command tool to create bots powered by IBM Watson.
https://github.com/devniel/debo

Last synced: about 1 year ago
JSON representation

A command tool to create bots powered by IBM Watson.

Awesome Lists containing this project

README

          

# **debo** 🤖

A boilerplate to create multichannel bots powered by IBM Watson, channels currently available: Facebook Messenger, Twitter and Web.

Usage:

1. First install the module :

````
npm install -g debo
````

2. The **debo** command is globally available, now you can create your bot projects:

````
$ debo [BOT_NAME]
````

A folder will be created with the debo boilerplate, by default the name is ***my-debo***.

3. The boilerplate includes an ***schema*** file that should be restored on a postgresql schema named as **bot**.

4. The boilerplate also includes the base conversation dialog workspace that should be uploaded on an **IBM Watson Conversation** instance.

5. All the credentials need to be included in the proper **.env** file.

made with ♥︎ by **devniel**.