All Projects → SlavyanDesu → BocchiBot

SlavyanDesu / BocchiBot

Licence: MIT license
BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to BocchiBot

python-automated-bulk-whatsapp-messages
It is a python script to send automated bulk WhatsApp messages to multiple recipients from an excel sheet at once.
Stars: ✭ 56 (-75.44%)
Mutual labels:  whatsapp, whatsapp-bot
alice
Alice is a whatsapp bot made to manage coding groups.
Stars: ✭ 14 (-93.86%)
Mutual labels:  whatsapp, whatsapp-bot
wappdriver
Wondering how to send WhatsApp messages using Python using only 3 lines of code? You have come to the right place!
Stars: ✭ 40 (-82.46%)
Mutual labels:  whatsapp, whatsapp-bot
whatsapp-bot
This is a Node.js console app containing Whatsapp handler using reactive methods to response messages as chatbot. Simple but useful project to start developing a complex NON-OFFICIAL Whatsapp chatbots.
Stars: ✭ 33 (-85.53%)
Mutual labels:  whatsapp, whatsapp-bot
HisokaBOT-Whatsapp-Bot
Whatsapp Bot - Node Js.
Stars: ✭ 75 (-67.11%)
Mutual labels:  downloader, whatsapp-bot
waio
Is a pretty simple and fully asynchronous framework for WhatsApp Business API written in Python 3.7 with asyncio and aiohttp.
Stars: ✭ 18 (-92.11%)
Mutual labels:  whatsapp, whatsapp-bot
Venom
Venom is the most complete javascript library for Whatsapp, 100% Open Source.
Stars: ✭ 3,457 (+1416.23%)
Mutual labels:  whatsapp, whatsapp-bot
whatsapp-bot
whatsapp bot build with nodejs
Stars: ✭ 62 (-72.81%)
Mutual labels:  whatsapp, whatsapp-bot
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (+0.44%)
Mutual labels:  whatsapp, whatsapp-bot
Virdina-Brainly
Bot Whatsapp untuk brainly
Stars: ✭ 23 (-89.91%)
Mutual labels:  whatsapp, whatsapp-bot
whatsapp-api-client
This library helps you easily create a javascript application with Whatsapp support
Stars: ✭ 39 (-82.89%)
Mutual labels:  whatsapp, whatsapp-bot
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (-45.61%)
Mutual labels:  whatsapp, whatsapp-bot
Stickerworld
Bot for whatsapp that automatically generates Sticker from the images or videos it receives
Stars: ✭ 47 (-79.39%)
Mutual labels:  whatsapp, whatsapp-bot
Whatsapp-Botto-Void
A fully Object Oriented WhatsApp bot built with TypeScript
Stars: ✭ 64 (-71.93%)
Mutual labels:  whatsapp, whatsapp-bot
whatsapp-bot
Made with Python and Selenium, can be used to send multiple messages and send messages as characters made of emojis
Stars: ✭ 34 (-85.09%)
Mutual labels:  whatsapp, whatsapp-bot
Whatsapp Web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
Stars: ✭ 4,103 (+1699.56%)
Mutual labels:  whatsapp, whatsapp-bot
Nana-MD
Nana Multi Device Testing Bot
Stars: ✭ 29 (-87.28%)
Mutual labels:  whatsapp, whatsapp-bot
bot-whatsapp
Unmaintained - Multipurpose WhatsApp Bot 🤖 using open-wa/wa-automate-nodejs library! ✨
Stars: ✭ 78 (-65.79%)
Mutual labels:  whatsapp, whatsapp-bot
Insideheartz Whatsapp Bot
A multipurpose whatsapp bot buillt on node.js
Stars: ✭ 102 (-55.26%)
Mutual labels:  downloader, whatsapp
inos-baileys-wabot
WhatsApp Bot Using Baileys Library
Stars: ✭ 35 (-84.65%)
Mutual labels:  whatsapp, whatsapp-bot
BocchiBot

BocchiBot

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

Made with ❤️ by



RequirementsInstallationFeaturesThanks toLicense

Requirements

Requirements Heroku

Heroku hosting is not recommended for public group.

Installation

📝 Cloning this repo

> git clone https://github.com/SlavyanDesu/BocchiBot.git
> 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",
    "nao": "api-key",
    "vhtear": "api-key",
    "melodic": "administrator",
    "tobz": "BotWeA",
    "lol": "api-key",
    "authorStick": "@SlavyanDesu",
    "packStick": "BocchiBot"
}

ownerBot: your WhatsApp number.
prefix: based on the latest update, you don't need to change the prefix, because this bot has multiple prefix.
uaOverride: your user agent.
nao: SauceNAO API key. You can get it here by creating an account.
vhtear: VHTear API key. You can get it here by purchasing his API key.
melodic: MelodicXT API key. You can use administrator key.
tobz: Tobz API key. You can use BotWeA key.
lol: LolHuman API key. You can get it here by creating an account.
authorStick: name of the author sticker pack.
packStick: name of the sticker pack.

🗣️ Changing language

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

ind.wrongFormat()

To:

eng.wrongFormat()

🧾 Installing the Tesseract

  • Download the file here.
  • After that, run downloaded file as Administrator.
  • Complete the installation.
  • Run Command Prompt as Administrator.
  • Run this command:
> setx /m PATH "C:\Program Files\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

🛠️ Installing the FFmpeg

  • 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

🔍 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 in your phone!

Known issue

ESM error

To prevent this, please use node-fetch and parse-ms with v2.x version.

> npm install node-fetch@2.6.5
> npm install parse-ms@2.1.0

Features

If you want to unlock premium commands, please buy me a coffee at least 1 on Ko-fi platform.

Deploy Availability
Heroku ✔️
Local ✔️
Leveling Availability
Leveling ✔️
Sticker Maker Availability
Send/reply image ✔️
Send/reply GIF ✔️
Send/reply MP4 ✔️
Text to sticker ✔️
Text to sticker GIF ✔️
Sticker to image ✔️
Sticker WM ✔️
Take sticker ✔️
Downloader Availability
Facebook video ✔️
YouTube audio/video ✔️
Joox musics ✔️
TikTok video ✔️
TikTok profile pic ✔️
Twitter video/image ✔️
Instagram post ✔️
Instagram story ✔️
LK21 ✔️
TikTok no WM ✔️
Misc Availability
OCR (Image to Text) ✔️
Say ✔️
Search lyrics ✔️
Shortlink maker ✔️
Wikipedia (EN) ✔️
Wikipedia (ID) ✔️
KBBI scarper ✔️
Stalk IG account ✔️
GSMArena scraper ✔️
Search food receipts ✔️
YouTube search ✔️
Text to speech ✔️
AFK ✔️
Distance calculator ✔️
Sticker search ✔️
Calculator ✔️
Al-Qur'an surah ✔️
List surah ✔️
Random contact ✔️
YouTube play ✔️
Whois ✔️
SMS gateway ✔️
Al-Qur'an tafseer ✔️
Al-Kitab search ✔️
LK21 scraper ✔️
Reminder ✔️
Image uploader ✔️
Sholat schedule ✔️
Latest Line stickers ✔️
Check postage ✔️
Sending email ✔️
Random quotes ✔️
Genshin chara info ✔️
Bass boost ✔️
Fun Availability
Weton jodoh ✔️
Horoscope ✔️
Harta tahta maker ✔️
Writing text maker ✔️
Glitch text maker ✔️
SimSimi chatbot ✔️
Blackpink logo maker ✔️
Pornhub logo maker ✔️
Galaxy text maker ✔️
Truth or dare ✔️
Asupan TikTok ✔️
PH comment maker ✔️
Triggered maker ✔️
Kiss image maker ✔️
3D text maker ✔️
Freefire logo maker ✔️
Freefire banner maker ✔️
Sliding text maker ✔️
Hero ML maker ✔️
Fire text maker ✔️
Couple balloon maker ✔️
Wasted maker ✔️
Cakl Lontong quiz ✔️
Hilih-ify text ✔️
Tebak gambar quiz ✔️
Random doge stickers ✔️
Dice ✔️
Weeb Zone Availability
Random neko girl ✔️
Random wallpaper ✔️
Random kemonomimi ✔️
Kusonime scraper ✔️
Komiku scraper ✔️
Random Video Loli ✔️
Anime tracer ✔️
Source finder ✔️
Random waifu pics ✔️
Anitoki latest update ✔️
Random anime stickers ✔️
Neonime latest update ✔️
Anoboy on-going list ✔️
Search character ✔️
Sticker keywords ✔️
Bot Availability
Server usage ✔️
Blocked list ✔️
Ping ✔️
Delete messages ✔️
Bug report ✔️
Join group ✔️
Check serials ✔️
Owner Availability
Broadcasting ✔️
Clear all messages ✔️
Leave all groups ✔️
Get snapshot ✔️
Ban ✔️
Eval ✔️
Shutdown ✔️
Add premium user ✔️
Set bot's info ✔️
Mute bot ✔️
Block ✔️
Unblock ✔️
Moderation Availability
Add ✔️
Kick ✔️
Promote ✔️
Demote ✔️
Leave bot ✔️
Everyone ✔️
Toogle NSFW ✔️
Set group icon ✔️
Anti-group link ✔️
Toogle welcome ✔️
Auto-sticker ✔️
Mute group ✔️
Anti-NSFW link ✔️
Anti-porn Premium
NSFW Availability
Lewds ✔️
nHentai lookup ✔️
Fetish ✔️
Latest Nekopoi ✔️
Pornhub downloader ✔️
Waifu 18+ ✔️
Yuri ✔️
Femdom ✔️
Lewd avatars ✔️
nHentai search ✔️
nHentai downloader Premium/Free
Multi-lewds Premium
Multi-fetish Premium

Thanks to

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].