https://github.com/sheksushant/bot-dialogflow
A BotUI web app connected to DialogFlow
https://github.com/sheksushant/bot-dialogflow
api-ai chatbot ejs express javascript nodejs socket-io
Last synced: 2 months ago
JSON representation
A BotUI web app connected to DialogFlow
- Host: GitHub
- URL: https://github.com/sheksushant/bot-dialogflow
- Owner: sheksushant
- Created: 2017-07-30T18:40:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T16:34:42.000Z (over 6 years ago)
- Last Synced: 2025-02-02T01:31:58.383Z (3 months ago)
- Topics: api-ai, chatbot, ejs, express, javascript, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 51
- Watchers: 6
- Forks: 49
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bot-api.ai
### A BotUI app connected to API.AI.Update : This repo was made at the time when Dialogflow was known as API.AI. You will have to use Dialogflow APIs V1 in the console to make it work, that said. this repo is no longer maintained by the creators.
###### FEEL FREE TO MAKE PULL REQUESTS##### How to Use?
You can simply chose to
Build it yourself from scratch using this [Tutorial](https://chatbotslife.com/custom-api-ai-chatbot-using-botui-58d673155c7d).OR...
Follow these steps below
1. Go to [API.AI](https://www.api.ai) and get a key!
2. Clone the Repo,
`
git clone https://github.com/sushantshekhar20/bot-api.ai.git
`
3. `cd bot_api.ai`
4. Place your Key in config/api.js
5. `npm install`
6. `node bin/www`
7. Open Browser , go to "localhost:3000"Edit the Chat Flow from public/javascripts/convo.js
UI Design by [BotUI](https://github.com/moinism/botui).
NLP Used [API.AI](https://www.api.ai).