Git Product home page Git Product logo

whatsapp-bot-ai's Introduction

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

whatsapp-bot-ai's People

Contributors

yanamiku-botz avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.