Kokoronationz / ciel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ciel

logo

Simple WhatsApp Bot for Group

Recode wabot-aq

Prefix

. # (default)

FOR TERMUX USER

> pkg update && pkg upgrade
> pkg install git -y
> pkg install nodejs -y
> pkg install ffmpeg -y
> pkg install imagemagick -y
> git clone https://github.com/lynx46/ciel
> cd ciel
> 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 to path)
  • Download And Install ImageMagick Click Here (if nulis want work, checklist columns 1,2,3,5,6)
> git clone https://github.com/lynx46/ciel
> cd ciel
> npm install

Run

> node . [<session name>] (session name is optional)

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 :

Author / Creator :

GitHub

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.8%Language:HTML 0.2%Language:Shell 0.0%Language:CSS 0.0%