Coder Social home page Coder Social logo

deffbotz-v8's Introduction

Welcome

DEFF-V8

PFFP


Gunakan dengan risiko Anda sendiri!

JavaScript NodeJS

support

Dibuat dengan Baileys dan Map() ( sebagai command switch )



Highlights

  • Simple Penggunaan,
  • Mudah digunakan,
  • Mudah untuk dirawat/diperbaiki,
  • Dan ringan

Config

Isi semua yang dibutuhkan di file config.js

Request atau report bug

Untuk request atau report bug bisa chat saya disini Whatsapp

Instalasi On Termux

Clone Repo

$ pkg update && pkg upgrade
$ pkg i nodejs && pkg i git && pkg i yarn && pkg i libwebp && pkg i ffmpeg && pkg i imagemagick
$ git clone https://github.com/ZackMans/DEFFBOTZ-V8
$ cd DEFFBOTZ-V8
$ yarn install && node index.js
# Scan QR

Instalasi

Dibutuhkan

  1. Nodejs 16x/17x
  2. FFmpeg
  3. LibWebp
  4. imagemagick

Install FFmpeg

  • Untuk pengguna Windows, kamu bisa lihat tutorial disini WikiHow
  • Untuk pengguna Linux, kamu bisa pakai manager paket kamu sendiri. Contohnya;
# apt (Ubuntu)
apt install ffmpeg -y

# pacman (Arch Linux)
pacman -S ffmpeg

Install LibWebp

  • Untuk pengguna Windows,
  1. Unduh libWebP untuk Windows dari sini
  2. Ekstrak ke C:\
  3. Ganti nama folder yang diekstrak ke libwebp
  4. Buka PowerShell dan jalankan perintah berikut;
setx /m PATH "C:\libwebp\bin;%PATH%"

Bila sukses terinstal dengan baik, silahkan check dengan perintah berikut di Command Prompt

webpmux -version
  • Untuk pengguna Linux, kamu bisa pakai manager paket kamu. Contohnya;
# apt (Ubuntu)
apt install libwebp-dev -y

# pacman (Arch Linux)
pacman -S libwebp

Install imagemagick

  • Untuk pengguna Windows, kamu bisa lihat tutorial disini Ziixon93
  • Untuk pengguna Linux, kamu bisa pakai manager paket kamu sendiri. Contohnya;
# apt (Ubuntu)
apt install imagemagick -y

# pacman (Arch Linux)
pacman -S imagemagick

Clone Repo

# clone repo
git clone https://github.com/ZackMans/ZackBotMans

# ubah posisi direktori kamu
cd DEFFBOTZ-V8

# install semua module
npm install
# atau
yarn install

# bila libray @adiwajshing/baileys error, jalan kan kode yg ada dibawah ini

cd ./node_modules/@adiwajshing/baileys
npm install -g typescript
npm run build:tsc

Start Bot

Start and Scan QR

npm start

Thanks To

Thanks to all who have participated in the development of this script

Support Me Thank For Base Zackmans & Dika Ardnt

deffbotz-v8's People

Contributors

aeull 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.