Skip to content

Latest commit

 

History

History
271 lines (204 loc) · 10.8 KB

File metadata and controls

271 lines (204 loc) · 10.8 KB

FEE XMD WhatsApp Bot 🤖

FEE XMD Logo

Advanced WhatsApp Bot with 200+ Features • Free & Open Source

Pair Now Deploy Now Download ZIP
GitHub Stars GitHub Forks GitHub Watchers

✨ Features Overview

Category — Features Count & Key Features

  • Media Downloaders (50+)
    Platforms: YouTube, Instagram, TikTok, Facebook, Twitter, Pinterest, Reddit
  • AI & Chat (10+)
    Models & capabilities: GPT-4, Summarization, Code Writing
  • Games & Entertainment (30+)
    Examples: Trivia, Puzzles, Word Games, RPG, Multiplayer Games
  • Utility Tools (40+)
    File Conversion, QR Codes, Calculator, Currency, Weather, News
  • Educational (20+)
    Dictionary, Math Solver, Science Facts, Exam Prep
  • Group Management (15+)
    Auto-moderation, Welcome Messages, Anti-spam, Announcements

🚀 Quick Start

Option 1: 📱 Pair with Existing Bot (Instant)

Home Page Scan QR Now Pair Code Now

Option 2: 🛠 Deploy Your Own Instance

Deploy Now

Supported Platforms

  • Heroku (Free tier available)
  • Railway (Always-on free tier)
  • Render (Free web services)
  • Koyeb (2 always-free instances)
  • Replit (Cloud IDE with hosting)
  • Panels (all free panel and pro)

📥 Download & Installation

Option A: 📦 Download ZIP for Control Panel

# Download the latest release
curl -L https://github.com/Fred1e/Fee-Xmd/archive/refs/heads/main.zip -o Fee-Xmd.zip

# Or use wget
wget https://github.com/Fred1e/Fee-Xmd/archive/refs/heads/main.zip -O Fee-Xmd.zip

Download ZIP:

DOWNLOAD ZIP

Option B: 🐳 Run with Docker

# Pull Docker image
docker pull fred1e/fee-xmd:latest

# Run container
docker run -d \
  --name fee-xmd-bot \
  -p 3000:3000 \
  -e SESSION_ID="your_session" \
  -e PREFIX="!" \
  fred1e/fee-xmd:latest

Option C: 💻 Run on Local

  1. Clone the repository:
git clone https://github.com/Fred1e/Fee-Xmd.git
cd Fee-Xmd
  1. Install dependencies:
npm install
  1. Configure environment variables (create a .env file):
PORT=3000
SESSION_ID=your_session_id
PREFIX=!
MODS=255752593977
MONGODB_URI=your_mongodb_uri
CRON=0 */2 * * *
WELCOME=true
  1. Start the bot:
# Development mode
npm run dev

# Production mode
npm start
  1. Access the dashboard: Open http://localhost:3000 and scan the QR code with WhatsApp.

🎯 Bot Commands

Basic Commands

  • !help — Show all commands
  • !menu — Show categorized menu
  • !ping — Check bot response time
  • !owner — Show bot owner info
  • !info — Show bot information

Media Download

  • !yt [url] — Download YouTube video
  • !ig [url] — Download Instagram video
  • !tt [url] — Download TikTok video
  • !fb [url] — Download Facebook video
  • !spotify [url] — Download Spotify audio

AI Features

  • !ai [question] — Chat with AI
  • !gpt [prompt] — Use GPT-4
  • !img [prompt] — Generate image with AI
  • !translate [text] [lang] — Translate text
  • !summarize [text] — Summarize text

Utilities

  • !sticker — Convert image to sticker
  • !qr [text] — Generate QR code
  • !weather [city] — Get weather info
  • !calc [expression] — Calculator
  • !currency [amount] [from] [to] — Currency conversion

📊 GitHub Statistics

Stars Forks Watchers Contributors Open Issues Closed Issues Releases License Last Commit Top Language

Notes:

  • I adjusted badge colors to be consistent and readable, and set widths on badges so they visually align better across different viewers.
  • Removed duplicated badges and added more categories (Contributors, Open/Closed issues, Releases, License, Last commit, Top language).

👨‍💻 Developer Information


🤝 Support & Community

WhatsApp Channel WhatsApp Group Facebook Instagram YouTube

📞 Contact Information

Business Hours: 24/7
Typical Response Time: Usually within 1–2 hours

🛠 Troubleshooting

Common Issues & Fixes:

  1. QR Code Not Showing:
    • Ensure port 3000 is open
    • Verify dependencies are installed
    • Check console for errors
  2. Bot Not Responding:
    • Verify WhatsApp connection
    • Check internet connection
    • Restart the bot process
  3. Deployment Failed:
    • Verify environment variables
    • Check platform logs
    • Ensure GitHub fork exists

📜 License

This project is licensed under the MIT License — see the LICENSE file for details.

🙏 Acknowledgments

GitHub Watchers

🆘 Quick Support Links

Report Bug Request Feature Support Development

Meta

  • Last Updated: ACTIVE
  • Bot Version: 5.0.0
  • Status: ✅ Active & Maintained