/candobot

A chat interactive bot to manage TODO list

Primary LanguageJavaScriptOtherNOASSERTION

Codeship Status for coderbunker/candobot

candobot

A Wechaty based personal account bot for generalized modular interactions including per-group support tickets management.

installation

npm install

create config.json file:

cp config.json.example config.json
vi config.json

run:

npm start

A browser open will open and you will be asked to scan the QR code.

development

Recommend Visual Studio Code for development.

Run and re-run tests anytime files are updated:

npm run watch