Kaibot
A text message based chatbot built to make conversation and take ice cream orders
Instructions
- Fork and clone repo
- To install libraries, run
npm install
- Create your own phone number, id, and token for Twilio and update index.js
- Create your own username, password, and workspace ID for IBM Watson Assistant and update index.js
- Utilize ngrok for webhooks and update Twilio
- To start ngrok, run
./ngrok http 3000
- To start the back end, navigate to the redis-4.0.8 folder and run
src/redis-server
- To start running the bot, run
npm start
- Text the bot at your Twilio number to begin!