faraji888 / A17

A17 is a WhatsApp multiDevice Bot based on Miku and Baileys written in Javascript... β€πŸ’«

Home Page:https://weeb-bot.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A17 BoT (Beta)

Hemlo, I am "A17" a WhatsApp bot create and recode by Kai to do everything that is possible on WhatsApp based on WhatsApp Multi Device(MD) Support.



✨ Now Playing ✨

kai0071



πŸ”° Tap Here To Fork πŸ”°



🍁 Run Repl for Multi Session QR 🍁

  • After you getting the creds.json. then upload the creds.json in the A17-SESSION folder. then you can deploy on your favourite platform.



βš™οΈ Edit config file βš™οΈ

  • Edit your config details in your own repo like -- config.js
global.Owner = ["916297175943"];
global.OwnerNumber = ["916297175943"];
global.ownertag = ["916297175943"];
global.OwnerName = "Kai";
global.BotName = "A17";


🚩 Deploy On Codespace 🚩



✨ Deploy On Mogenius ✨



πŸƒ Deploy On Railway πŸƒ



❀ Deploy On Heroku ❀

Deploy on Heroku


Add This 2 Builbpacks On Heroku

https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
https://github.com/clhuang/heroku-buildpack-webp-binaries.git




  • Termux
termux-setup-storage
apt update
apt upgrade
pkg update && pkg upgrade
pkg install bash
pkg install libwebp
pkg install git -y
pkg install nodejs -y
pkg install ffmpeg -y 
pkg install wget
pkg install imagemagick -y
git clone https://github.com/Kai0071/A17
cd A17
npm i
npm start
  • Command For 24/7
npm i -g forever && forever index.js && forever save && forever logs



πŸ›‘οΈ Windows Cmd & Vs πŸ›‘οΈ

> git clone https://github.com/Kai0071/A17.git
> cd A17
> npm i
> npm start



βš™οΈ If You Want Autoreply/Bot Chat βš™οΈ

Comment out/delete /* , */ the code form your Core.js in your own repo -- Core.js

   
   /*
    Dm and Groups Autoreply/Bot chat

   if (!isCmd && !m.isGroup){

   const botreply = await axios.get(`http://api.brainshop.ai/get?bid=166512&key=5nz1Ha6nS9Zx1MfT&uid=[uid]&msg=[msg]=[${budy}]`)

   txt = `${botreply.data.cnt}`
  m.reply(txt)
  }      
    */
   



⭐ Spacial Thanks To ⭐

✧ Join My Whatsapp Group For Support ✧


Reminder

  • This bot is not made by WhatsApp Inc. So misusing the bot might ban your WhatsApp account!(Though your WhatsApp account can be unbanned only once.)
  • I am not responsible for banning your account.
  • Use at your own risk by keeping this warning in mind.

✧ Thanks To FantoX001 ✧

About

A17 is a WhatsApp multiDevice Bot based on Miku and Baileys written in Javascript... β€πŸ’«

https://weeb-bot.vercel.app/

License:MIT License


Languages

Language:JavaScript 88.4%Language:Python 11.5%Language:Dockerfile 0.0%Language:Procfile 0.0%Language:Nix 0.0%Language:Shell 0.0%