A Wechaty based personal account bot for generalized modular interactions including per-group support tickets management.
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.
Recommend Visual Studio Code for development.
Run and re-run tests anytime files are updated:
npm run watch