https://github.com/webexp0528/chatbot
https://github.com/webexp0528/chatbot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webexp0528/chatbot
- Owner: WebExp0528
- License: mit
- Created: 2019-02-12T14:45:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T17:07:50.000Z (over 7 years ago)
- Last Synced: 2026-01-03T10:29:11.415Z (7 months ago)
- Language: JavaScript
- Size: 7.36 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exemplo de Chatbot com Watson Conversation em Node.js
Este aplicação é um demo de cliente de Chatbot em Node.js que utiliza Watson Conversation. Basta criar um conversation, colocar as credenciais neste app e fazer o deploy no Bluemix. (Exemplo de criação de Watson Conversation no arquivo: https://github.com/sergiogama/chatbot/blob/master/TUTORIAL%20ChatBot.pdf).
[](https://bluemix.net/deploy?repository=https://github.com/sergiogama/chatbot)
OU
## Para executar o app localmente
1. [Instalar Node.js][]
+ cd no diret'roio raiz do projeto
+ Execute `npm install` para instalar as dependências do app
+ Altere o aquivo config/bot.js e coloque as credenciais e workspace_id do conversation nas lilnhas à seguir:
username = "";
password = "";
conversationWorkspace = "";
+ Execute `npm start` para o iniciar o app
+ Acesse a aplicação no browser no link
[Instale Node.js]: https://nodejs.org/en/download/
"# Conversation-demo"