Skip to content

YanaMiku-Project/WhatsApp-Bot-Ai

Repository files navigation

YanaMiku - Bot WhatsApp

YanaMiku - BOTz (YanaMiku-Project)

(Bot WhatsApp Simple By Iyuzaki Yanagi)

Demo Bot

In Here

Kontak Creator

Untuk pertanyaan apa pun mengenai perizinan atau penggunaan, silakan hubungi pemilik proyek

Dengan menggunakan atau berinteraksi dengan proyek ini, Anda setuju untuk terikat oleh syarat dan ketentuan lisensi ini.

Donate Links

QRIS: https://i.ibb.co/YpbzFYy/Screenshot-20230417-051902.png
satu untuk semua, sedikit apapun donasi kamu sangat berharga ❤️

Terimakasih


Requirements

  • NodeJS >= 18
  • FFMPEG
  • Server vCPU/RAM 1/2GB (Min)

Configuration

There are 2 configuration files namely .env and config.json, adjust them before installing.

{
   "database": "database", // nama database
   "ram_limit": "500mb", // ram limit server
   "cooldown": 3, // anti spam
   "timer": 180000, // waktu banned
   "timeout": 1800000, 
   "blocks": ["994", "91", "92"], // nomor auto block
   "evaluate_chars":  ["=>", "~>", "<", ">", "$"], // tidak boleh di ubah
   "pairing": {
      "state": true, // jika ingin code = true, jika ingin qr = false,
      "number": 62857935892434 // ubah menjadi nomor bot
   },
   "replit_url": ""
}

### Database : https://www.mongodb.com/
DATABASE_URL = ''

### Timezone (Important)
TZ = 'Asia/Jakarta'

### Clovyr : https://clovyr.io/
CLOVYR_APPNAME = ''
CLOVYR_URL = ''
CLOVYR_COOKIE = ''

Run on Clovyr

Clovyr is a free cloud compute with vscode based for running bot with specifications of 2 CPU and 4GB RAM (idk storage size)

with vscode it will be very easy to do recode and debugging scripts

Notes :

  • CLOVYR_APPNAME : application name on your clovyr

Specifically for the 2 configurations below, you must carry out an inspect element using a computer to get cookies and keep-alive links

  • CLOVYR_URL : keep-alive link

  • CLOVYR_COOKIE : cookie from clovyr


Pairing Code

Connecting account without qr scan but using pairing code.

{
   "pairing": {
      "state": true, // "true" if you want to use the pairing code
      "number": 62xxxx // start number with country code
   }
}

Installation & Run

Make sure the configuration and server meet the requirements so that there are no problems during installation or when this bot is running, type this on your console :

$ yarn
$ node .

or want to use pm2

$ yarn
$ npm i -g pm2
$ pm2 start index.js && pm2 save && pm2 logs

Command Install Bot Via Termux

Instalasi

$ termux-setup-storage
$ pkg update && pkg upgrade
$ pkg install git
$ pkg install nodejs
$ pkg install ffmpeg

Running

$ cd storage/downloads
$ git clone https://github.com/YanaMiku-Project/WhatsApp-Bot-Ai
$ cd WhatsApp-Bot-Ai
$ npm install
$ node .

Tutorial Run

Get Url MongoDb


Terimakasih Kepada

neoxr

github