Skip to content

BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!

License

Notifications You must be signed in to change notification settings

dwizidane/BocchiBot

 
 

Repository files navigation

BocchiBot

BocchiBot

BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!

Made with ❤️ by



RequirementsInstallationFeaturesThanks toLicense

Requirements

Installation

📝 Cloning this repo

> git clone https://github.com/SlavyanDesu/BocchiBot
> cd BocchiBot

✍️ Editing the file

Edit the required value in config.json.

{
    "ownerBot": "[email protected]", 
    "prefix": "$",
    "uaOverride": "WhatsApp/2.2037.6 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36",
    "token": "api-key",
    "nao": "api-key",
    "vhtear": "api-key",
    "melodic": "api-key"
}

ownerBot: your WhatsApp number.
prefix: bot's prefix.
uaOverride: your user agent.
token: API token. You can get it here by creating an account. After that, set your server/host static IP in here.
nao: SauceNAO API token. You can get it here by creating an account.
vhtear: VHTear API token. You can get it here by purchasing his API key. melodic: MelodicXT API token. You can get it here by purchasing his API key.

🗣️ Changing language

If you want to change the language, replace all ind function to eng.
Example:

ind.wrongFormat()

To:

eng.wrongFormat()

🔍 Installing the dependencies

> npm install

🆗 Running the bot

Regular node:

> npm start

PM2:

> pm2 start index.js
> pm2 monit

PM2 with cron job (restart after 5 hours):

> pm2 start index.js --cron "* */5 * * *"
> pm2 monit

After that scan the QR code using your WhatsApp apps in your phone!

Features

If you want to unlock premium commands, please contact me~

Leveling Availability
Leveling ✔️
Set background ✔️
Set status color Soon
Set level color Soon
Set XP color Soon
Set bar color Soon
Sticker Maker Availability
Send/reply image ✔️
Send/reply GIF ✔️
Send/reply MP4 ✔️
Text to sticker ✔️
Text to sticker GIF ✔️
Sticker to image ✔️
Downloader Availability
Facebook video ✔️
YouTube audio/video ✔️
Joox ✔️
TikTok ✔️
Misc Availability
Say ✔️
Lyric finder ✔️
Shortlink maker ✔️
Wikipedia ✔️
KBBI search ✔️
IG stalk ✔️
GSMArena ✔️
Food receipt finder ✔️
YouTube search ✔️
TTS ✔️
AFK ✔️
Distance calculator ✔️
Find sticker ✔️
List surah ✔️
Math ✔️
Surah ✔️
Random contact ✔️
Play YouTube ✔️
Whois ✔️
SMS gateway ✔️
Tafsir Al-Qur'an ✔️
Al-Kitab search ✔️
LK21 ✔️
Reminder ✔️
Image to URL ✔️
Jadwal sholat ✔️
Fun Availability
Harta tahta maker ✔️
Calender image maker ✔️
Weton jodoh ✔️
Zodiac ✔️
Write on paper ✔️
Missing person maker ✔️
Valentine frame maker ✔️
Glitch text maker ✔️
SimSimi ✔️
Blackpink logo maker ✔️
Pornhub logo maker ✔️
Galaxy text maker ✔️
Truth or dare ✔️
TikTok asupan ✔️
Weeb Zone Availability
Random neko girl ✔️
Random wallpaper ✔️
Random kemonomimi ✔️
Kusonime scrapper ✔️
Komiku scrapper ✔️
Anime tracer ✔️
Source finder ✔️
Random waifu ✔️
Anitoki latest ✔️
Bot Availability
Toogle NSFW ✔️
Bot usage status ✔️
Blocked list ✔️
Ping ✔️
Delete message ✔️
Report bug ✔️
Join group ✔️
Owner Availability
Broadcast ✔️
Clear all messages ✔️
Leave all groups ✔️
Get snapshot ✔️
Ban ✔️
Eval ✔️
Shutdown ✔️
Add premium user ✔️
Set bot's info ✔️
Moderation Availability
Add ✔️
Kick ✔️
Promote ✔️
Demote ✔️
Leave bot ✔️
Everyone ✔️
Toogle NSFW ✔️
Set group icon ✔️
Anti-group link ✔️
Toogle welcome ✔️
Auto-sticker ✔️
Mute group ✔️
NSFW Availability
Lewds ✔️
nHentai lookup ✔️
Fetish ✔️
Latest Nekopoi ✔️
Waifu NSFW ✔️
Pornhub downloader ✔️
Waifu 18+ ✔️
nHentai downloader Premium
Multi lewds Premium
Multi fetish Premium

Thanks to

License

BocchiBot © SlavyanDesu, released under the MIT License. Authored and maintained by SlavyanDesu.

About

BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%