Wabotun require :
- smartphone with Whatsapp ready to connect whatsapp web
- node.js 10.6
- postgres
- sequelize
- sequelize cli
Wabotun use whatsapp-web.js library for whatsapp api
to run this application follow this step :
- Install sequelize and sequelize-cli as global installation
npm install sequelize sequelize-cli -g
- setup your postgres credential in config/config.json
- run this command below
$ git clone https://github.com/toriqahmads/wabotun.git
$ cd wabotun
$ npm install
$ sequelize db:create
$ sequelize db:migrate
$ node index.js
- terminal will show qr code, scan qr-code to login whatsapp web
- wait until client ready!