WhatsApp Bot
Simple WhatsApp Bot
apt update && apt upgrade
apt install git -y
apt install nodejs -y
apt install ffmpeg -y
apt install imagemagick -y
git clone https://github.com/Nurutomo/wabot-aq
cd wabot-aq
npm install
npm update
[ INSTALLING UBUNTU ]
apt update && apt full-upgrade
apt install wget curl git proot-distro
proot-distro install ubuntu
echo "proot-distro login ubuntu" > $PREFIX/bin/ubuntu
ubuntu
[ INSTALLING REQUIRED PACKAGES ]
…
[ INSTALLING NODEJS & WABOT-AQ ]
ubuntu
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
apt install -y nodejs gcc g++ make
git clone https://github.com/Nurutomo/wabot-aq
cd wabot-aq
npm install
npm update
Click HereClick HereClick Here (Don't Forget Add FFmpeg to PATH enviroment variables)Click Heregit clone https://github.com/Nurutomo/wabot-aq
cd wabot-aq
npm install
npm update
node .
node . [--options] []--session Use another session with another name, default is session.data.json
--prefix prefixes are seperated by each character
Set prefix--serverUsed for heroku or scan through website
--db Use external db instead of local db,
Example Server https://json-server.nurutomo.repl.co/
Code: https://repl.it/@Nurutomo/json-server
node . --db 'https://json-server.nurutomo.repl.co/'
The server should have like this specification
GET /
Accept: application/json
POST /
Content-Type: application/json
{
data: {}
}
--big-qrIf small qr unicode doesn't support
--imgEnable image inspector through terminal
--testDevelopment Testing Mode
--traceconn.logger.level = 'trace'
--debugconn.logger.level = 'debug'
Now set using switch enable.js, among others are
anticall: false, // Auto Reject better than autoblock
autoread: false, // If true all chats are automatically read
nyimak: false, // No bot, just print received messages and add users to database
restrict: false, // Enables restricted plugins (which can lead your number to be banned if used too often)
self: false, // Activate self mode (Ignores other)
pconly: false, // If that chat not from private bot, bot will ignore
gconly: false, // If that chat not from group, bot will ignore
jadibot: false,
| | | ----|----|----|---- XTEAM | Nurutomo | Ariffb | Ftwrr Powered by XTEAM | Author / Creator | Most Active Contributor | 2nd Most Active Contributor
NOTE: This project will not maintained after 27 June 2021, that means no update. Feel free to anyone to continue this project :)
Best Regards. wabot-aq
No open issues yet, or sync has not completed.