Skip to content

voke-c/KANGO-XMD-LITE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing SVG

  

OfficialKango :: Visitor's Count

 

🛠️ KANGO-XMD INSTALLATION

  1. Fork and star this repo first

Click the button below to fork KANGO-XMD Repository to your GitHub account:


🔑 Get Session ID (WhatsApp Pair Code Login)

Generate your session ID from the link below:

DEPLOYMENTS

Deploy

💯 safe

Deploy on Repl.it

Deploy on Railway

𝘋𝘌𝘗𝘓𝘖𝘠 𝘛𝘖 𝘏𝘌𝘙𝘖𝘒𝘜, 𝘔𝘌𝘛𝘏𝘖𝘋 2
  • Fork KANGO-XMD Repository or sync if you had forked.
  • Link to your WhatsApp using Server 1, 2 or 3
  • Incase you use Server 2, paste the session id on settings.js @SESSION_ID
  • If you used Server 3, upload the creds.json received in the session folder.
  • Alternatively; you can open the creds.json using Mt manager or treb edit and copy everything and paste at creds.json on the session folder.
  • Go to src>data>role>owner.json and enter your number.
  • Edit your details at settings.js (Optional).
  • Create an heroku account if you don't have.
  • Then choose create new app
  • Enter your app name and Create.
  • Connect with your GitHub account.
  • Search KANGO-XMD, and connect.
  • Press deploy and wait for a few minutes.
  • Enjoy.

𝘔𝘖𝘙𝘌 𝘋𝘌𝘗𝘓𝘖𝘠𝘔𝘌𝘕𝘛𝘚

• 2 𝗛𝗢𝗦𝗧 𝗢𝗡 𝗗𝗜𝗦𝗖𝗢𝗥𝗗 /PANEL

Click below to download the bot file :

Rainhost Files

Click below to deploy on Katabump :


Click below to deploy on Bot-Hosting :

𝘏𝘖𝘞 𝘛𝘖 𝘋𝘌𝘗𝘓𝘖𝘠 𝘖𝘕 𝘗𝘈𝘕𝘌𝘓𝘚
  1. Fork the Repository.
  2. If already forked then sync fork repository.
  3. Click on the green Code button and click download as zip.
  4. Upload the script zip file to your panel.
  5. Unarchieve the uploaded zip file.
  6. Open the unarchieved folder and move all files to container by typing (../)
  7. Now go to console and start bot.
  8. Wait for 5-10 mins to enter your number.
  9. Enter your number when requested to get the pair code.
  10. Enter pair code in link devices in whatsapp.
  11. Deployment successful.

𝘔𝘈𝘕𝘜𝘈𝘓 𝘐𝘕𝘚𝘛𝘈𝘓𝘓𝘔𝘌𝘕𝘛𝘚

REQUIREMENTS

CLONE REPO & INSTALLATION DEPENDENCIES

git clone https://github.com/OfficialKango/KANGO-XMD.git
cd KANGO-XMD 
npm start

FOR SSH/UBUNTU/LINUX

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y bash
sudo apt-get install -y libwebp
sudo apt-get install -y git
sudo apt-get install -y nodejs
sudo apt-get install -y ffmpeg
sudo apt-get install -y wget
sudo apt-get install -y imagemagick
git clone https://github.com/OfficialKango/KANGO-XMD.git
cd KANGO-XMD
npm install
npm start

FOR TERMUX

pkg update && pkg upgrade -y && apt-get install -y bash libwebp git nodejs ffmpeg wget imagemagick && git clone https://github.com/OfficialKango/KANGO-XMD && cd KANGO-XMD && npm install && npm start

FOR 24/7 ACTIVATION PM2 (TERMUX)

npm i -g pm2 && pm2 start index.js && pm2 save && pm2 logs

FOR 24/7 ACTIVATION RE-EXECUTION PM2 (TERMUX)

npm i -g pm2 && pm2 start index.js -f && pm2 save && pm2 logs

Credits

𝗣𝗢𝗟𝗜𝗧𝗘 𝗡𝗢𝗧𝗜𝗖𝗘!

  • This bot is made for educational purposes only hence DO NOT MISUSE.

© KANGO Bot

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • Dockerfile 14.1%