BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
Requirements • Installation • Features • Thanks to • License
> git clone https://github.com/SlavyanDesu/BocchiBot.git
> cd BocchiBot
Edit the required value in config.json
.
{
"ownerBot": "62812xxxxxxxx@c.us",
"prefix": ".",
"nao": "SAUCENAO-API-KEY",
"openAiKey": "OPENAI-API-KEY",
"authorStick": "@SlavyanDesu",
"packStick": "BocchiBot"
}
ownerBot
: your WhatsApp number.
prefix
: bot's prefix.
nao
: SauceNAO API key. You can get it here by creating an account.
openAiKey
: OpenAI API key. You can get it here by creating an account.
authorStick
: name of the author sticker pack.
packStick
: name of the sticker pack.
Replace all of eng
to ind
for Bahasa Indonesia.
- Download one of the available versions of FFmpeg by clicking this link.
- Extract the file to
C:\
path. - Rename the extracted folder to
ffmpeg
. - Run Command Prompt as Administrator.
- Run this command:
> setx /m PATH "C:\ffmpeg\bin;%PATH%"
It will give us a callback like SUCCESS: specified value was saved
.
- Now that you've FFmpeg installed, verify that it's working by running this command to see version number:
> ffmpeg -version
- Download the Tesseract program here.
- Run the Tesseract program with run As Administrator.
- Make sure the Tesseract installation is in the
C:\
folder - Run Command Prompt as Administrator.
- Run this command:
> setx /m PATH "C:\Tesseract-OCR;%PATH%"
It will give us a callback like SUCCESS: specified value was saved
.
- Now that you've Tesseract installed, verify that it's working by running this command to see version number:
> tesseract -version
> npm install
Regular node:
> npm start
PM2:
> pm2 start index.js -i max
> pm2 monit
After that scan the QR code using your WhatsApp in your phone.
Type .help
to your bot number to see the list of commands.
open-wa/wa-automate-nodejs
YogaSakti/imageToSticker
uukina
VideFrelan
Pahri123
LeviathanH
ferlitopym
AlvioAdjiJanuar
VirusLauncher
Sansekai
Baguettou
HAFizh-15
TheSploit
rashidsiregar28
irham01
hardiantojek93
gamingrkp
BocchiBot © SlavyanDesu, released under the MIT License. Authored and maintained by SlavyanDesu.