AREXANS / Atlas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas MD

Konnichiwa Senpai, I am "Atlas" an Opensource WhatsApp bot made by FantoX and his team "Atlas" to do everything that's possible on WhatsApp with highest features and stability built with Baileys Multi Device support.

Atlas MD - The Future Is Here



Deploy on Railway

Deploy on Koyeb

Deploy on Heroku


πŸŽ€ Key Features πŸŽ€


  • Read PublicKeys.md to use our provided public keys if you are lazy to create your own. We have already provided everying you need to run the bot.
  • Changeable between 8 added Characters ( Atlas, Power, Makima, Denji, Zero Two, Chika, Miku, Marin Kitagawa ) and more can be added by user inside BotCharacters.js file. Type -charlist command to get character list.
  • Fully powered by MongoDb ( 3 databases added ).
  • Self / Public / Private mode.
  • Single prefix ( "-" ).
  • RPG and Economy added ( More coming soon ).
  • Group Chatbot / Dm Chatbot ( Only reply on quoted messages and and be turned off ).
  • 100+ NSFW commands ( Using my own API ). Visit: My API Page for more info.
  • Highest Commands and Features.
  • User Banning / Group Banning.
  • Highest Security.

〽️ Why Should You Use Atlas as your Base 〽️


  • Atlas is a fully open source bot which means no copyright.
  • Atlas is a multi character bot which means you can change bot's character to any of the 8 added characters or add more characters by yourself.
  • Atlas is a multi database bot which means you can use 3 different databases at the same time.
  • Atlas is a multi mode bot which means you can use it in Self / Public / Private mode.
  • Atlas has a pre installed chatbot which means you can use it as a group chatbot and dm chatbot.
  • Atlas has Highest NSFW (100+) which means you can use it as a nsfw bot.
  • Atlas has 300+ commands.
  • Atlas doesn't store your Session File locally which means it's safe and secure.
  • Atlas has RPG and Economy which means you can use it as a RPG Bot or Casino Bot.
  • Atlas has User Banning / Group Banning which means you can use it as a Anti Spam Bot.
  • Atlas is a Folder Type bot which represents Highest Stability, Highest Performance and Developer / User friendly.
  • Atlas comes with MIT License which means you can use it as a base for your own bot and can modify it as you want and can add your own features.

🧩 UserLand Deployment Method ( Android no root ) 🧩

⚜️ Download UserLand application from Google Play Store.

⚜️ Install Debian terminal in userland.

⚜️ Rename .env.example to .env and fill in the required details in .env file and config.js (Mandatory).

UserLand commands:

sudo apt update
sudo apt upgrade
sudo apt install bash
sudo apt-get install libwebp-dev
sudo apt install git
sudo apt install nodejs -y
sudo apt install ffmpeg -y
sudo apt install wget
sudo apt install npm
sudo apt install imagemagick

git clone https://github.com/FantoX001/Atlas-MD

ls
cd Atlas-MD
npm i


cd
npm install --global yarn
yarn add sharp
sudo apt install curl


curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -


sudo apt-get install -y nodejs
yarn add sharp
cd Atlas-MD
npm i
npm start

  • Note in git clone <my bot's repo> section your can use Your customised bot's github link too (For that make sure you Forked this repo and modified .env file and config.js).
  • This method will work on most other bots too.

πŸ“Œ To stop a bot in Userland

  • Tap on CTRL button then tap on C from keyboard

πŸ“Œ To start bot again ( While you are inside Atlas-MD folder {use cd Atlas-MD to get inside the folder} )

  • npm start or use yarn start to start bot again.

πŸ“Œ Start bot after UserLand session is cleared

cd Atlas-MD
npm start

πŸ“Œ What to do if you logged out from the WhatsApp linked device section and want to get new qr to login

  • Go to your GitHub fork of this bot and open .env file and change SESSION_ID to any random string and save it by clicking on Commit Changes.
  • Then open UserLand and run these commands one-by-one:
cd Atlas-MD
git fetch origin
git merge origin/main
npm start

⚜️ Note as UserLand is a physical server so you must keep on your internet connection active to make sure bot works. Otherwise bot will be down.



🧩 CMD / VS Code / Powershell / Terminal Deployment Method 🧩

  • Download Updated code from Main GitHub Repo or Download from your Forked Repo.
  • Extract the .zip and open Vs code / Cmd / Powershell / Terminal in that directory and give thesse following commands one-by-one:
  • Rename .env.example to .env and fill in the required details in .env file and config.js (Mandatory).
npm i
npm start
  • To get new QR if you logged out from the WhatsApp linked device section go to .env file and change SESSION_ID to any random string and save it by clicking on Commit Changes.

✧ Requirements for CMD/VS code istallation:

Note: If you don't pre-install these plugins before CMD / VS code Installation bot will not start!

🧣 Contributors 🧣

  • Check Project Contributors
  • Feel free to contribute in this project. I will merge your respected contribution after reviewing it.

⚠️ Warning ⚠️


  • This bot is not made by WhatsApp.inc so overusing this bot may result in account ban.

🍁 Disclaimer 🍁


  • If you Modify this bot and face any issues, I am not responsible for that because it's not possible for me or my team to help everyone in bot Development / Modification. Only modify if you know what you are doing.
  • This bot is made for Educational / Fun / Group Management purposes only. I and the team will not be responsible for any misuse of this bot.
  • We will only assist you in Setup / Deployment of this bot.

πŸ“› Legal Disclaimer πŸ“›


  • We don't recommend to change the database we are providing. If you do so, you will be responsible for any issues and we will not provide any support.
  • We will not be responsible for any issues caused by any individual hosting this bot and cause any harm to any Group (So don't make someone Group Admin who you don't know just because they are hosting the Bot).

About

License:MIT License


Languages

Language:JavaScript 98.9%Language:CSS 0.6%Language:HTML 0.3%Language:Shell 0.1%Language:Dockerfile 0.0%Language:Procfile 0.0%