Skip to content

Devil-664/A17

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

Setup For Deployment πŸ‘‡

  • FORK THE REPOSITORY Here

✧ Deploy To Railway ✧

Deploy on Railway


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

Edit config file

Edit your config details in your own repo like -- config.js

13  global.Owner = ['916297175943']
14  global.OwnerNumber = ['916297175943']
15  global.ownertag = ['916297175943']
16  global.BotName = "A17" 
17  global.packname = "A17 bot"
18  global.author = "By: Kai"
19  global.OwnerName = "Kai"

If you want Autoreply/Bot chat

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

   
224   /* Dm and Groups Autoreply/Bot chat
225   
226   if (!isCmd && !m.isGroup){
227   const botreply = await axios.get(`http://api.brainshop.ai/get?bid=166512&key=5nz1Ha6nS9Zx1MfT&uid=[uid]&msg=[msg]=[${budy}]`)
228   txt = `${botreply.data.cnt}`
229   m.reply(txt)
230   }    
231   
232    */
   



⭐ 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 Fantox ✧

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.8%
  • Python 13.2%