Coaching Chatbot is a highly personalized bot for finding peers to match your needs.
The bot provides you a unique opportunity to engage in a peer-to-peer life coaching experience with a real person at the other end.
Utilizing cutting edge language processing capabilities, our bot allows you to take control of your personal development process, and maximize your enjoyment of life.
- Easy chatting through Facebook Messenger
- Innovative quick replies
- Automatic peer finding
Locally:
- Download and install Node.js, then:
$ git clone https://github.com/kehitysto/coaching-chatbot
$ cd coaching-chatbot
$ npm i
$ npm run bot-client
To test multiple users use different session IDs
$ npm run bot-client -- --session=<ID>
Manual testing can also be done with the following command. See readme in doc/flow for more information.
$ npm run visualize
Supported Node version 6.1.0