Skip to content

dev-malvryx/Lady-Mina

 
 

Repository files navigation

Lady-Mina — WhatsApp Bot 🤖✨

Lady-Mina

Lady-Mina is a fast, modular WhatsApp bot built for Termux, VPS, and production hosts.
This repo is half done — the full release drops next week. Stay tuned.


⭐ Highlights

  • Anti-ban precautions (reduces risk; not a guarantee).
  • Lightweight, modular, and extendable.
  • Works in Termux and on common Node hosts.
  • Private admin panel (available for purchase / integration).
  • Active development — expect the full version soon.

📞 Contact & Support


🔗 Community

---🚀 Quick Install & Run (Termux)

⚙️ Important: Use config.js (NOT .env)

This project uses a config.js file for configuration.
👉 Replace the bot/owner number placeholders with your own number.

Example:

module.exports = {
  BOT_NUMBER: '+YOUR_NUMBER_HERE',      // Replace with your bot WhatsApp number
  OWNER_NUMBER: '+2347046250568',         // Owner/support number
  MONGO_URI: 'mongodb+srv://<user>:<pass>@cluster/...', // if used
  SESSION: '',                          // session string or file location
  PORT: 3000
}
🚀 Quick Install & Run (Termux)
# 1. Update & install essentials
pkg update && pkg upgrade -y
pkg install git nodejs -y
termux-setup-storage

# 2. Clone repo
cd /sdcard && git clone https://github.com/Omegatech-01/Lady-Mina.git
cd Lady-Mina

# 3. Install dependencies
npm install

# 4. Edit config.js (set your BOT_NUMBER)
nano config.js

# 5. Run
node main.js

🌍 Deployment Options

VPS (DigitalOcean, Linode) for 24/7 uptime

Render / Railway (easy Node hosting)

Replit (good for testing only)

bothosting.net (custom Node hosting)


Use pm2 for production:

npm install -g pm2
pm2 start main.js --name lady-mina
pm2 save
pm2 startup

🔐 Private Panel (Paid)

Want the premium Panel? Contact Malvryx:
👉 Chat with Dev Malvryx


---

🛠️ Support

Issues: GitHub Issues tab

Urgent: Owner Support

Updates: Mina Group

News: Mina Channel


<h1 class="glitch" data-text="LADY-MINA">LADY-MINA</h1>

.glitch { position: relative; color: white; font-size: 3rem; font-weight: 900; }
.glitch::before, .glitch::after {
  content: attr(data-text);
  position: absolute; left: 0; top: 0; width: 100%;
}
.glitch::before { left: 2px; text-shadow: -2px 0 red; }
.glitch::after { left: -2px; text-shadow: -2px 0 cyan; }


---

 Final Reminder

Replace BOT_NUMBER in config.js with your number

Star  this repo and Follow for next week’s full release

Contact Dev Malvryx for panel: Chat Malvryx 

Owner: Support

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%