https://github.com/tableflip/chatbot
Mk 1 chatbot
https://github.com/tableflip/chatbot
Last synced: 6 months ago
JSON representation
Mk 1 chatbot
- Host: GitHub
- URL: https://github.com/tableflip/chatbot
- Owner: tableflip
- Created: 2016-10-09T20:44:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T08:07:10.000Z (over 9 years ago)
- Last Synced: 2025-06-18T13:52:33.062Z (about 1 year ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Chatbot [](https://circleci.com/gh/tableflip/chatbot/tree/master)
This experiment uses [rivescript](https://www.rivescript.com/) to create a chatbot. To get started clone the repo and run
```
npm install
```
Then when you are ready
```
npm start
```
You can then use the chat window at http://localhost:3000 to interact with the chatbot over a websocket. The bot's intelligence comes from natural language scripting which is very simple and easy to pick up. For example here is a snippet from one of the files
```
! version = 2.0
+ hi
- Hello there. Want to find out about TABLEFLIP?
+ (yes|ok|yep|alright|please|yes please)
% hello there want to find out about tableflip
- great
```
