All Projects → dxxoo → HisokaBOT-Whatsapp-Bot

dxxoo / HisokaBOT-Whatsapp-Bot

Licence: MIT license
Whatsapp Bot - Node Js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to HisokaBOT-Whatsapp-Bot

bot-whatsapp
Unmaintained - Multipurpose WhatsApp Bot 🤖 using open-wa/wa-automate-nodejs library! ✨
Stars: ✭ 78 (+4%)
Mutual labels:  stickers, whatsapp-bot, alquran, whatsapp-stickers
whatsapp-bot
WhatsApp Chatbot with many kinds of features. This bot is created for the purpose of providing some information and for fun purposes only
Stars: ✭ 23 (-69.33%)
Mutual labels:  whatsapp-bot, whatsapp-stickers
whatsapp-api-client
This library helps you easily create a javascript application with Whatsapp support
Stars: ✭ 39 (-48%)
Mutual labels:  whatsapp-bot, whatsapp-api
Whatsapp Web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
Stars: ✭ 4,103 (+5370.67%)
Mutual labels:  whatsapp-bot, whatsapp-api
telegram-sticker-downloader
A script to download complete sticker packs from telegram and convert them into png
Stars: ✭ 34 (-54.67%)
Mutual labels:  downloader, stickers
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-77.33%)
Mutual labels:  whatsapp-bot, whatsapp-api
waio
Is a pretty simple and fully asynchronous framework for WhatsApp Business API written in Python 3.7 with asyncio and aiohttp.
Stars: ✭ 18 (-76%)
Mutual labels:  whatsapp-bot, whatsapp-api
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (+65.33%)
Mutual labels:  whatsapp-bot, nulis
Stickerworld
Bot for whatsapp that automatically generates Sticker from the images or videos it receives
Stars: ✭ 47 (-37.33%)
Mutual labels:  stickers, whatsapp-bot
WhatsApp-Stickers
WhatsApp Stickers Pack For WhatsApp
Stars: ✭ 18 (-76%)
Mutual labels:  stickers, whatsapp-stickers
whatsapp-chatbot-1c-example
Внешняя обработка для программы 1С:Предприятие, которая демонстрирует реализацию простого чат-бота для мессенджера WhatsApp.
Stars: ✭ 13 (-82.67%)
Mutual labels:  whatsapp-bot, whatsapp-api
Whatsapp Bot
Whatsapp Bot - Node Js.
Stars: ✭ 271 (+261.33%)
Mutual labels:  downloader, stickers
fn-whatsapp-bot
This script is made for public bots, so use a second account to scan the qr and main account to command.
Stars: ✭ 20 (-73.33%)
Mutual labels:  whatsapp-bot, whatsapp-stickers
WhatsappWeb4j
Standalone fully-featured Whatsapp Multi Device Web API for Java and Kotlin
Stars: ✭ 198 (+164%)
Mutual labels:  whatsapp-bot, whatsapp-api
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (+286.67%)
Mutual labels:  whatsapp-bot, whatsapp-api
chappie-bot
BOT WHATSAPP
Stars: ✭ 34 (-54.67%)
Mutual labels:  whatsapp-bot, nulis
Venom
Venom is the most complete javascript library for Whatsapp, 100% Open Source.
Stars: ✭ 3,457 (+4509.33%)
Mutual labels:  whatsapp-bot, whatsapp-api
BocchiBot
BocchiBot is a multipurpose WhatsApp bot using wa-automate-nodejs library!
Stars: ✭ 228 (+204%)
Mutual labels:  downloader, whatsapp-bot
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (+205.33%)
Mutual labels:  whatsapp-bot, whatsapp-api
ElsaMwol
github.com/J-I-H-A-D.io
Stars: ✭ 21 (-72%)
Mutual labels:  whatsapp-bot
HisokaBot

HisokaBot

HisokaBot is a multipurpose WhatsApp bot using wa-automate-nodejs library! Script Copy From BocchiBot

Requirements

Installation

📝 Cloning this repo

> git clone https://github.com/dxxoo/HisokaBOT-Whatsapp-Bot.git
> cd HisokaBOT-Whatsapp-Bot

✍️ 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",
    "itech": "api-key",
    "nao": "api-key",
    "vhtear": "api-key",
    "melodic": "administrator",
    "tobz": "BotWeA"
}

ownerBot: your WhatsApp number.
prefix: bot's prefix.
uaOverride: your user agent.
itech: I-Tech API key. You can get it here by creating an account. After that, set your server/host static IP in here.
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.

🗣️ 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 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 libwebp

The installation is same as you install FFmpeg but whatever. I will make it clear.

  • Download the file according to the OS you are using by clicking this link.
  • Extract the file to C:\ path.
  • Rename the extracted file to libwebp.
  • Run Command Prompt as Administrator.
  • Run this command:
> setx /m PATH "C:\libwebp\bin;%PATH%"

It will give us a callback like SUCCESS: specified value was saved.

  • Now that you've libwebp installed, verify that it's installed by running this command to see version number:
> webpmux -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!

Features

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

Leveling Availability
Leveling ✔️
Set level 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 ✔️
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
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 ✔️
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 ✔️
Anime tracer ✔️
Source finder ✔️
Random waifu pics ✔️
Anitoki latest update ✔️
Random anime stickers ✔️
Neonime latest update ✔️
Anoboy on-going list ✔️
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 ✔️
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
Multi-lewds Premium
Multi-fetish Premium

Thanks to

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].