Skip to content

Aeon-San/A17-MD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

✧ A17 ✧

A17 Bot

Hi there, I'm A17, a versatile WhatsApp bot created and reprogrammed by Aeon to perform a wide array of functions based on WhatsApp Multi-Device (MD) support.


⚠️ Project Status

🚫 Archived β€” This project is no longer actively maintained.

I’ve decided to sunset active development and maintenance on the A17 WhatsApp bot. While the repo and codebase will stay public for learning and inspiration, I won't be pushing new updates or fixing issues going forward.

🧠 Stay tuned.

Why?

This was a passion project that served its purpose and taught me a lot β€” but it's time to shift focus toward new tech stacks and innovations.


πŸ“– Still Want to Use It?

You're free to fork, clone, and remix it however you like β€” just make sure to respect the license (MIT), and attribute where necessary.

For any self-hosting or customization, you’re on your own from here β€” but the code’s all there.

πŸ’‘ Want to build your own bot? Use A17 as a base and make it yours β€” or if you want to improve it, go wild and make it even better!


✨ Thank You

Thanks to everyone who supported, contributed, tested, or just vibed with A17. You made this journey hella fun 🫢





✨ Now Playing ✨

kai0071



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



🍁 Run Repl for Multi Session QR 🍁



Usage

  1. 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 the A17-SESSION folder in your project directory. And done! you can now deploy your bot from following methods :

βš™οΈ Edit Config File βš™οΈ

  • Customize your configuration details in your repository, specifically in the config.js file.
global.Owner = ["916297175943"];
global.OwnerNumber = ["916297175943"];
global.ownertag = ["916297175943"];
global.OwnerName = "Aeon";
global.BotName = "A17";


🚩 Deploy On Codespace 🚩



πŸƒ 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/Aeon-San/A17-MD
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/Aeon-San/A17-MD.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 affiliated with WhatsApp Inc. Misusing the bot could result in a potential ban of your WhatsApp 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.


✧ Thanks To FantoX ✧

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors