Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorshinya/connect-assistant-blip
Connect your Watson Assistant to Facebook Messenger with Blip.ai
https://github.com/victorshinya/connect-assistant-blip
blip blip-sdk chatbot connect-assistant conversational-interface messenger messenger-platform watson watson-assistant
Last synced: 20 days ago
JSON representation
Connect your Watson Assistant to Facebook Messenger with Blip.ai
- Host: GitHub
- URL: https://github.com/victorshinya/connect-assistant-blip
- Owner: victorshinya
- License: apache-2.0
- Created: 2018-12-09T21:57:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:39:34.000Z (about 2 years ago)
- Last Synced: 2024-11-11T09:08:14.305Z (3 months ago)
- Topics: blip, blip-sdk, chatbot, connect-assistant, conversational-interface, messenger, messenger-platform, watson, watson-assistant
- Language: JavaScript
- Homepage:
- Size: 4.17 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connect your Watson Assistant to Facebook Messenger with Blip.ai
[![](https://img.shields.io/badge/IBM%20Cloud-powered-blue.svg)](https://bluemix.net)
[![Platform](https://img.shields.io/badge/platform-nodejs-lightgrey.svg?style=flat)](https://developer.ibm.com/node/)This application allows you to connect your chatbot with [Watson Assistant](https://www.ibm.com/cloud/watson-assistant/) to [Facebook Messenger](https://developers.facebook.com/) using [Blip](https://blip.ai/) platform. If you don't know how to train a new chatbot, checkout the [blog](https://medium.com/ibmdeveloperbr/watson-assistant-como-criar-o-seu-chatbot-usando-skills-e-assistants-755b4677984b/).
![Architecture](doc/source/images/architecture.jpg)
## Components and technologies
* [SDK for Node.js](https://cloud.ibm.com/catalog/starters/sdk-for-nodejs): Develop, deploy, and scale server-side JavaScript® apps with ease on IBM Cloud Foundry. The IBM SDK for Node.js™ provides enhanced performance, security, and serviceability.
* [Node.js](https://nodejs.org/): Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
* [React](https://reactjs.org): A declarative, efficient, and flexible JavaScript library for building user interfaces.
* [Blip.ai](https://blip.ai/): Create intelligent chatbots using the best AI solutions available in the market. To guide more specific users’ demands, integrate the bot to human service as well.## Run locally
In order to deploy the code in a cloud platform, you need to install [Node.js](https://nodejs.org). After the installation, you can follow the steps below.
### 1. Download the source code
```sh
git clone https://github.com/victorshinya/connect-assistant-blip.git
cd connect-assistant-blip
```### 2. Install all dependencies and build the app
```sh
npm install
npm run build
```### 3. Run the app
```sh
npm start
```### 5. Access the application on http://localhost:3000
## License
MIT License
Copyright (c) 2018 Victor Kazuyuki Shinya