A Simple Multi-Device WhatsApp Bot
Choose your preferred method to deploy ηєвυℓα.
💻 PC Installation (Recommended)
-
Prerequisites:
-
Download the Source:
- Download the repository zip file and extract it, OR run:
git clone https://github.com/coderxsa/nebula.git
- Download the repository zip file and extract it, OR run:
-
Install Dependencies:
- Open your Command Prompt (cmd) or Terminal.
- Navigate to the bot folder:
cd nebula - Install the required packages:
npm install
-
Configuration:
- Open
bot.jsin a text editor (like VS Code or Notepad). - Enter your phone number where indicated.
- Open
-
Run the Bot:
- Start the application:
node index.js
- Start the application:
[!WARNING] Important: To prevent connection errors, always delete the
statefile and unlink the device from WhatsApp before running the bot again.
☁️ Replit Deployment
Note: Replit is moving to paid plans, but free options may still be available.
- Create Account: Sign up for Replit.
- Deploy: Click the button below to fork and deploy directly.
🤖 Bot-Hosting.net Guide
- Log in to Bot Hosting using Discord.
- Navigate to Earn Coins and claim your daily free coins.
- Go to Create Server:
- Enter a name.
- Select Node.js.
- Choose the 1 week plan.
- Download the bot files from this repo.
- Upload the NEBULA folder to the panel and extract it.
- Set the "Startup File" or "File Mode" to correct path (usually
index.jsorbot.jsas per panel instructions). - Edit
bot.js, input your phone number, and save. - Start the server.
[!TIP] Maintenance: Delete the
statefile and unlink your device daily to ensure a clean start.
⚡ Optiklink Hosting
- Log in to Optiklink using Discord.
- Navigate to Make Panel -> Create Server.
- Select Node.js as the platform.
- Upload the NEBULA folder and extract the files.
- Set file permissions/mode if required.
- Edit
bot.jswith your details. - Start the bot.
[!TIP] Maintenance: Delete the
statefile and unlink your device daily to ensure a clean start.
🐱 GitHub Codespaces
- Go to the Nebula Repository.
- Click the green Code button -> Codespaces -> Create new codespace.
- Wait for the terminal to load.
- Run the installation command:
npm install && node index.js - Open
bot.js, enter your phone number, and save. - Restart the bot using
node index.js. - Scan the pairing code provided in the terminal.
[!WARNING] Always delete the
statefile and unlink your device after finishing a session.
🤖 NEBULA - Termux Setup Guide
- Open Termux on your Android device TERMUX .
- Run this one-line command to update packages.
pkg update -y && pkg upgrade -y && pkg install -y nodejs git && git clone https://github.com/coderxsa/NEBULA.git && cd NEBULA && npm install && nano bot.js- If you want to unlink your WhatsApp session or reset login, run this command:
cd NEBULA && rm -rf statenode index.js[!WARNING] Always delete the
statefile and unlink your device after finishing a session.
- If you like ηєвυℓα, please give it a Star ⭐!
Terms of Use:
- Not For Sale: This bot is free.
- Obfuscated Code: If a plugin's code is encrypted/obfuscated, you do not have permission to edit it.
- Credits: Do not remove credits if you re-upload or use these files.
WhatsApp Policy Warning:
This bot is not affiliated with
WhatsApp Inc.Misusing the bot (spamming, bulk messaging) may result in your WhatsApp account being banned.
- I am not responsible for any bans your account may receive.
- Use this bot at your own risk.