All Projects → ilmanhdyt → ShiraoriBOT-Md

ilmanhdyt / ShiraoriBOT-Md

Licence: MIT License
Base bot WhatsApp using library baileys multi device

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ShiraoriBOT-Md

Nana-MD
Nana Multi Device Testing Bot
Stars: ✭ 29 (-46.3%)
Mutual labels:  whatsapp-bot, multidevice, baileys-md, baileys-bot
games-wabot
Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
Stars: ✭ 165 (+205.56%)
Mutual labels:  termux, whatsapp-bot, baileys-md
ShiraoriBOT
Bot WhatsApp support termux, daijobu👌
Stars: ✭ 36 (-33.33%)
Mutual labels:  termux, whatsapp-bot, baileys-bot
inos-baileys-wabot
WhatsApp Bot Using Baileys Library
Stars: ✭ 35 (-35.19%)
Mutual labels:  whatsapp-bot, baileys-md, baileys-bot
automato
🎉🎉 ( v2 ) Web Application to automate sending Whatsapp, SMS & Email* campaigns
Stars: ✭ 92 (+70.37%)
Mutual labels:  whatsapp-web, whatsapp-bot
whatsapp-http-api
WhatsApp HTTP API that you can configure in a click!
Stars: ✭ 229 (+324.07%)
Mutual labels:  whatsapp-web, whatsapp-bot
whatsapp-bot
Piyobot adalah whatsapp bot pintar
Stars: ✭ 124 (+129.63%)
Mutual labels:  whatsapp-web, whatsapp-bot
superchats
SuperChats is a premium library with unique features that control Whatsapp functions. With Superchats you can build service bots, multiservice chats or any system that uses whatsapp
Stars: ✭ 100 (+85.19%)
Mutual labels:  whatsapp-web, multidevice
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 (+3.7%)
Mutual labels:  whatsapp-web, whatsapp-bot
wppconnect-server
Wppconnect Server is a ready-to-use API, just download, install, and start using, simple as that.
Stars: ✭ 290 (+437.04%)
Mutual labels:  whatsapp-web, whatsapp-bot
CoronaNotifier
Whatsapp Bot automatic notification & respond using MQTT, nodeJS & LowDB
Stars: ✭ 46 (-14.81%)
Mutual labels:  whatsapp-web, whatsapp-bot
WhatsappWeb4j
Standalone fully-featured Whatsapp Multi Device Web API for Java and Kotlin
Stars: ✭ 198 (+266.67%)
Mutual labels:  whatsapp-web, whatsapp-bot
Whatsapp Web.js
A WhatsApp client library for NodeJS that connects through the WhatsApp Web browser app
Stars: ✭ 4,103 (+7498.15%)
Mutual labels:  whatsapp-web, 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 (-25.93%)
Mutual labels:  whatsapp-web, whatsapp-bot
whatsapp-bot
whatsapp bot build with nodejs
Stars: ✭ 62 (+14.81%)
Mutual labels:  whatsapp-web, whatsapp-bot
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 (-62.96%)
Mutual labels:  whatsapp-web, whatsapp-bot
tithiwa
Automate Web WhatsApp with selenium in python.
Stars: ✭ 17 (-68.52%)
Mutual labels:  whatsapp-web, whatsapp-bot
WhiteDevil
🌀Quick Response Whatsapp Bot🌀
Stars: ✭ 45 (-16.67%)
Mutual labels:  whatsapp-web, 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 (-38.89%)
Mutual labels:  whatsapp-web, whatsapp-bot
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 (-57.41%)
Mutual labels:  whatsapp-bot

SHIRAORI BOT


SHIRAORI BOT Whatsapp MD

Information

ShiraoriBOT whatsapp using a Baileys library. Jika kamu menemukan semacam bug, harap untuk dimaklumi sementara

• NOTE: Pastikan Jaringan kalian lancar dan device kalian bagus:v,

• Kalo pake termux mungkin bakal lama respon nya, saya sarankan pake heroku

Made by :

Tester Bot

  • Jika kamu menemukan bug jangan lupa buka Issues
  • Info Lebih Lanjut, Chat owner-Shiraori
  • Kamu bisa testing fitur ShiraoriBOT disini

How To Change Menu Display


Gif Menu Display

 let message = await prepareWAMessageMedia({ video: fs.readFileSync('./media/shiro.mp4'), gifPlayback: true }, { upload: conn.waUploadToServer })
     const template = generateWAMessageFromContent(m.chat, proto.Message.fromObject({
     templateMessage: {
         hydratedTemplate: {
           videoMessage: message.videoMessage,
           hydratedContentText: text.trim(),
           hydratedFooterText: wm,
           hydratedButtons: [{

Image Menu Display

let message = await prepareWAMessageMedia({ image: fs.readFileSync('./media/shiraori.jpg')}, { upload: conn.waUploadToServer })
     const template = generateWAMessageFromContent(m.chat, proto.Message.fromObject({
     templateMessage: {
         hydratedTemplate: {
           imageMessage: message.imageMessage,
           hydratedContentText: text.trim(),
           hydratedFooterText: wm,
           hydratedButtons: [{

Location Menu Display

 const template = generateWAMessageFromContent(m.chat, proto.Message.fromObject({
     templateMessage: {
         hydratedTemplate: {
           hydratedContentText: text.trim(),
           locationMessage: { 
           jpegThumbnail: fs.readFileSync('./media/shiraori.jpg') },
           hydratedFooterText: wm,
           hydratedButtons: [{       

Video Menu Display

let message = await prepareWAMessageMedia({ video: fs.readFileSync('./media/shiro.mp4')}, { upload: conn.waUploadToServer })
     const template = generateWAMessageFromContent(m.chat, proto.Message.fromObject({
     templateMessage: {
         hydratedTemplate: {
           videoMessage: message.videoMessage,
           hydratedContentText: text.trim(),
           hydratedFooterText: wm,
           hydratedButtons: [{           	

HOW TO CONNECT TO MONGODB WHEN RUN IN HEROKU

  • Create account and database in mongodb atlas watch here
  • when you already have a database, you just need to take mongourl
  • Put mongourl in Procfile web: node . --db 'mongourl'
  • Example web: node . -- db 'mongodb+srv://ilman:<password>@cluster0.iiede.mongodb.net/ShiraoriBOT?retryWrites=true&w=majority'

UNTUK PENGGUNA WINDOWS/VPS/RDP

git clone https://github.com/ilmanhdyt/ShiraoriBOT-Md
cd ShiraoriBOT-Md
npm install
npm update
npm index

UNTUK PENGGUNA TERMUX

pkg update && pkg upgrade
pkg install git
pkg install nodejs
pkg install ffmpeg
pkg install imagemagick
pkg install yarn
git clone https://github.com/ilmanhdyt/ShiraoriBOT-Md
cd ShiraoriBOT-Md
yarn
npm i -g typescript
tsc -p ./node_modules/@adiwajshing/baileys
node .

UNTUK PENGGUNA HEROKU

Instal Buildpack

Installing the FFmpeg for Windows

  • Unduh salah satu versi FFmpeg yang tersedia dengan mengklik di sini.
  • Extract file ke C:\ path.
  • Ganti nama folder yang telah di-extract menjadi ffmpeg.
  • Run Command Prompt as Administrator.
  • Jalankan perintah berikut::
> setx /m PATH "C:\ffmpeg\bin;%PATH%"

Jika berhasil, akan memberikanmu pesan seperti: SUCCESS: specified value was saved.

  • Sekarang setelah Anda menginstal FFmpeg, verifikasi bahwa itu berhasil dengan menjalankan perintah ini untuk melihat versi:
> ffmpeg -version

Thanks to

Nurutomo Ilman Istikmal
Nurutomo Ilman Istikmal
Author yg nambah fitur yg punya sc

Donate

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