Use At Your Own Risk
ffmpeg
,libwebp
,nodejs
,git
- 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
-
ffmpeg
,libwebp
,nodejs
,git
-
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 tolibwebp
- 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'
- cloning, install npm package and run
git clone https://github.com/BotWAIndo/selfbot-baileys.git 'selfbot'
cd selfbot
npm install
npm start
- adiwajshing
baileys creator/author