Skip to content

Bl4ck-lion/wabot-aq

 
 

Repository files navigation

wabot-aq

Simple WhatsApp Bot

FOR TERMUX/UBUNTU/SSH USER

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

FOR WINDOWS/VPS/RDP USER

  • Download And Install Git Click Here
  • Download And Install NodeJS Click Here
  • Download And Install FFmpeg Click Here (Don't Forget Add FFmpeg to PATH enviroment variables)
  • Download And Install ImageMagick Click Here
git clone https://github.com/Nurutomo/wabot-aq
cd wabot-aq
npm install

Run

node .

Arguments node . [--options] [<session name>]

--self

Activate self mode (Ignores other)

--prefix <prefixes>

  • prefixes are seperated by each character Set prefix

--server

Used for heroku or scan through website

--big-qr

If small qr unicode doesn't support

--restrict

Enables restricted plugins (which can lead your number to be banned if used too often)

  • Group Administration add, kick

--img

Enable image inspector through terminal

--nyimak

No bot, just print received messages and add users to database

--test

Development Testing Mode

--trace

conn.logger.level = 'trace'

--debug

conn.logger.level = 'debug'

Powered By : XTEAM

Author / Creator : Nurutomo

Most Active Contributor : ariffb25

2nd Most Active Contributor: Ftwrr

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Other 0.3%