Hi there, I'm "A17," a versatile WhatsApp bot created and reprogrammed by Kai to perform a wide array of functions based on WhatsApp Multi-Device (MD) Support.
- You will get qr code when you run the above replit. After scanning qr code you will get
creds.json
file in your personal chat, upload it to theA17-SESSION
folder in your project directory. And done! you can now deploy your bot from following methods :
- Customize your configuration details in your repository, specifically in the
config.js
file.
global.Owner = ["916297175943"];
global.OwnerNumber = ["916297175943"];
global.ownertag = ["916297175943"];
global.OwnerName = "Kai";
global.BotName = "A17";
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
- Download ffmpeg and set the path
- Download wget and set the path
- Download Node.js
- Download Git
- Download Libwebp
> git clone https://github.com/Kai0071/A17.git
> cd A17
> npm i
> npm start
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(`https://api.brainshop.ai/get?bid=166512&key=5nz1Ha6nS9Zx1MfT&uid=[uid]&msg=[msg]=[${budy}]`)
txt = `${botreply.data.cnt}`
m.reply(txt)
}
*/
- This bot is not affiliated with
WhatsApp Inc.
Misusing the bot could result in a potentialban
of yourWhatsApp account
(Please note that a WhatsApp account might be unbanned only once). - I am not responsible for any account bans.
- Use the bot at your own risk, keeping this warning in mind.