Git Product home page Git Product logo

testapi's Introduction

PFP

Kaguya PublicBot

Use at your own risk!

JavaScript NodeJS discord.js

Build with Baileys and discord.js ( as a command handler )



Attention

This branch will be archived when WhatsApp has fully switched WhatsApp Web to Multi-Device.
Therefore, I have created a multi-device branch which supports Multi-Device, don't forget to have a look. wbot-md

Instalation

Fill in everything needed in the config.json file.

Require

  1. nodejs 16x
  2. FFMPEG
  3. libWebP

FFMPEG Instalation

  • For Windows User, you can see this website, WikiHow.

  • For Linux User, you can use your own package manager, below are for example

# apt
apt install ffmpeg -y

# pacman
pacman -S ffmpeg

# ...

libWebP Instalation

  • For Windows User,
  1. Download libWebP for Windows. download.
  2. Extract to C:\
  3. Rename extracted folder to "libwebp" (without quote)
  4. on PowerShell
setx /m PATH "C:\libwebp\bin;%PATH%"
*if successful installed, SUCCESS: specified value was saved

*check webpmux version
webpmux -version
  • For Linux User, you can use your own package manager, below for example
# apt
apt install libwebp-dev -y

# pacman
pacman -S libwebp

# ...

Cloning this repo

# clone begin
git clone https://github.com/FaizBastomi/wbot.git

# change dir
cd wbot

# install npm dependencies
npm install

# run this project
node main.js
# or
npm start

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.