nfreear / survey-bot

Get a user to answer questions and talk about themselves!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI test status

survey-bot

This project can be used in two ways:

  1. As a self-contained, speech-enabled, server-based Chat-bot.
  2. A SurveyBot plugin, that is exported for re-use in other NLP.js-based projects;

Get the user to answer questions and talk about themselves!

Uses:

Usage

npm install
cp -n .env.example .env
vi .env # Edit '.env'
npm start
npm test

Server

Daemon / pm2 usage:

sudo service pm2-pm2 restart
sudo service pm2-pm2 reload
sudo service pm2-pm2 stop
  • See: [docs/SERVER.md][]

Legacy:

npm run pm:start
npm run pm:stop
npm run pm:logs # Run tail on the logs.
npm run pm:list

License

  • License: proprietary.

© 2021 Nick Freear.

About

Get a user to answer questions and talk about themselves!


Languages

Language:JavaScript 87.3%Language:CSS 6.1%Language:HTML 5.5%Language:Shell 1.1%