Skip to content

melcanz-bot adalah pengodean ulang bot whatsapp dari wabot-aq

License

Notifications You must be signed in to change notification settings

melcanz/melcanz-bot

Repository files navigation

melcanz-bot

Deploy

Grup WhatsApp

UNTUK PENGGUNA WINDOWS/VPS/RDP

git clone https://github.com/melcanz/melcanz-bot.git
cd melcanz-bot
npm i
node .

UNTUK PENGGUNA TERMUX

$ pkg update && upgrade -y
$ apt update && upgrade -y
$ pkg install ffmpeg
$ pkg install nodejs-lts
$ pkg install git
$ git clone https://github.com/melcanz/melcanz-bot.git
$ cd melcanz-bot
$ npm i
$ node .

UNTUK PENGGUNA HEROKU

Instal Buildpack


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

--session <nama file>

menggunakan session dari nama file yang berbeda, default session.data.json

contoh nama file ameys.json maka penggunaannya node . --session 'ameys'

--prefix <prefix>

  • prefixes dipisahkan oleh masing-masing karakter Setel awalan

--server

Digunakan untuk heroku atau pindai melalui situs web

--db <json-server-url>

menggunakan db eksternal alih-alih db lokal, disarankan menggunakan mongodb

contoh server dengan mongodb mongodb+srv://<username>:<password>@name-of-your-db.thhce.mongodb.net/myFirstDatabase?retryWrites=true&w=majority

contoh server dengan repl https://json-server.nurutomo.repl.co/

kode: https://repl.it/@Nurutomo/json-server

node . --db 'https://json-server.nurutomo.repl.co/'

server harus memiliki spesifikasi seperti ini

GET

GET /
Accept: application/json

POST

POST /
Content-Type: application/json

{
 data: {}
}

--big-qr

Jika qr unicode kecil tidak mendukung

--img

Aktifkan pemeriksa gambar melalui terminal

--test

Development Testing Mode

--trace

conn.logger.level = 'trace'

--debug

conn.logger.level = 'debug'

Melcanz Ariffb
Melcanz Rest Api Melcanz Ariffb
Powered by Melcanz API Owner of Melcanz Rest Api Dev of Melcanz Rest Api & punya Amel

About

melcanz-bot adalah pengodean ulang bot whatsapp dari wabot-aq

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •