Skip to content

BotWAIndo/selfbot-baileys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baileys SelfBot

Use At Your Own Risk

Begin

What this bot needed

Ubuntu&Termux

  1. ffmpeg, libwebp, nodejs, git
  2. install all needed
# Termux, make sure ffmpeg version is 4.x
pkg update && pkg upgrade
pkg install ffmpeg libwebp nodejs git -y

# change directory to 'selfbot'
git clone https://github.com/BotWAIndo/selfbot-baileys.git 'selfbot'
cd selfbot

# install npm package
npm install

# run
npm start

# Ubuntu, make sure ffmpeg version is 4.x
apt-get update
apt-get install ffmpeg nodejs libwebp git -y
 
 # change directory
 git clone https://github.com/BotWAIndo/selfbot-baileys.git 'selfbot'
 cd selfbot

 # install npm package
 npm install

 # run
 npm start

Windows

  1. ffmpeg, libwebp, nodejs, git

  2. path ffmpeg and libwebp

    • download ffmpeg and libwebp
    • extract to directory C:\
    • rename the extracted folder name of ffmpeg to ffmpeg and rename the extracted folder name of libwebp to libwebp
    • run cmd as administrator, then execute following command:
setx /m PATH "C:\libwebp\bin;%PATH%"
setx /m PATH "C:\ffmpeg\bin;%PATH%"

# if all command succes, the output is: 'SUCCESS: spesified value was saved'
  1. cloning, install npm package and run
git clone https://github.com/BotWAIndo/selfbot-baileys.git 'selfbot'
cd selfbot
npm install
npm start

Thanks

About

Selfbot for your self :D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published