Giter Club home page Giter Club logo

a17's Introduction

โœง A17 โœง

A17 BoT (Beta)

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.



โœจ 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 = "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 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 FantoX001 โœง

a17's People

Contributors

kai0071 avatar tanujairam-tg avatar guru322 avatar

Stargazers

Dilmagsi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.