PHANTOM BOT
Smart & Powerful WhatsApp Automation
320+ Commands · 14 Categories · Multi-AI Powered
A smart, feature-rich WhatsApp bot powered by multiple AI models. Built for groups, individuals, and automation — with 320+ commands across 14 categories.
# Clone the repository
git clone https://github.com/Mujaheed56/Phantom-Bot.git
cd Phantom-Bot
# Install dependencies
npm install
# Configure your bot (see Configuration below)
# Edit config.js with your SESSION_ID and API keys
# Start
npm startGet your SESSION_ID from the pairing portal → phantom-session-web.onrender.com
Edit config.js to configure your bot. Only SESSION_ID and GEMINI_API_KEY are required.
| Setting | Description | Required |
|---|---|---|
SESSION_ID |
Session token from pairing portal | |
PREFIX |
Command prefix (default: !) |
|
AUTO_READ |
Auto-read incoming messages | |
AUTO_TYPING |
Show typing indicator |
| Provider | Setting | Get Key |
|---|---|---|
GEMINI_API_KEY |
Google AI Studio | |
OPENAI_API_KEY |
OpenAI Platform | |
CLAUDE_API_KEY |
Anthropic Console | |
GROK_API_KEY |
xAI Console | |
PERPLEXITY_API_KEY |
Perplexity API | |
DEEPSEEK_API_KEY |
DeepSeek Platform | |
TOGETHER_API_KEY |
Together AI | |
MISTRAL_API_KEY |
Mistral Console |
| Setting | Powers | Get Key |
|---|---|---|
ELEVENLABS_API_KEY |
Premium AI text-to-speech | ElevenLabs |
REMOVEBG_API_KEY |
Background removal from images | Remove.bg |
FOOTBALL_API_KEY |
Live scores, standings, stats | API-Football |
| Setting | Default Model |
|---|---|
GEMINI_MODEL |
gemini-2.0-flash |
OPENAI_MODEL |
gpt-4o-mini |
CLAUDE_MODEL |
claude-sonnet-4-20250514 |
GROK_MODEL |
grok-3-mini-fast |
PERPLEXITY_MODEL |
sonar |
DEEPSEEK_MODEL |
deepseek-chat |
LLAMA_MODEL |
Llama-3.3-70B-Instruct-Turbo |
MIXTRAL_MODEL |
mistral-large-latest |
ai chatgpt claude codellama dalle deepseek gemini gpt grok imagine llama mixtral perplexity removebg sora translate vision
apk facebook img instagram lyrics mediafire mediainfo pinterest play song spotify tiktok twitter video wallpaper ytsearch
auction balance bet bounty crime daily deposit duel fishing gamble gift heist inventory levelup loan lottery payback register richest rob sell slots trade transfer weekly withdraw work Phantom Corp Fruit Fishing Rod Small Fish Stone
Premier League
8ball advice aesthetic ask birthday choose compatibility compliment confess couple dare emojimix fact fakeinfo flip fortune gaytest hack horoscope joke meme mock pickup quote quotepic rank rate react reverse roast roll rps say ship simp trivia truth ttt typewriter wasted wordchain
2048 blackjack charades connect4 dungeon emojiguess flagquiz guess hangman mathquiz minesweeper quiz riddle scramble snake tictactoe typingrace wordle wouldyourather
Pets: Cat Dog Rabbit Slash Slime
alive help info menu owner ping repo report stats support uptime
activity add admins announce anonymous antibadword antibot antidelete antiflood antiforeign antilink antispam antistatus autoreact ban bizhours chatfilter chatrank del demote disallow gbackup goodbye groupinfo grouplog grouptransfer hidetag kick kickall leaderboard link list mediaonly members mute muteall notes pin poll promote purge resetwarn revoke rules setdesc setgoodbye setgrouppp seticon setname setwelcome slowmode tag tagall tempban unmute votekick warn welcome welcome2 whitelist sgroupadd Newbie
asmaul dhikr dua duas99 fasting fiqh hajj hijri iftar islamicdate islamichistory islamicname islamicquiz juz prayer quran ramadan sadaqah sahih schedule seerah surah tafsir zakat
Reciters: Adam Mishary Rashid Alafasy | Collections: Sahih al-Bukhari
addtext blur circle deepfry enhance gif grayscale invert pixelate triggered
addsudo autoread autostatusview autotyping block broadcast changelog chatbot eval exec feedback fullbackup globalban maintenance premium private restart restore setprefix shutdown unblock update
anime animesearch antonym book country detectlang imdb manga recipe synonym urban
afk afklist avatar base64 bmi calc carbon color count crypto currency define diary encode font github hexcolor iplookup mathsolve news ocr password pastebin profile qr qrread reminder shorten speedtest ss sticker timezone todo toimg topdf tp tts unitconvert vcf vv weather whois wiki
- Click Deploy to Render above
- Set service type to Worker
- Add your environment variables in the Render dashboard
- Deploy — bot goes live in minutes
Note: Render free tier spins down after inactivity. Use a paid plan or an uptime monitor to keep it alive.
heroku create
git push heroku maingit clone https://github.com/Mujaheed56/Phantom-Bot.git
cd Phantom-Bot
npm install
npm startFor VPS, use PM2 to keep the bot alive across reboots:
npm install -g pm2
pm2 start index.js --name phantom-bot
pm2 save
pm2 startupThis project is free to use, modify, and distribute under the following conditions:
See for full details.