SIMON-v2 is a powerful WhatsApp bot built with Baileys. It supports commands like ping, menu, auto replies, and more. Easily deploy using GitHub and run on platforms like Replit. Simple setup, fast[...]
- ✅ WhatsApp bot with Baileys integration
- ✅ Command system (ping, menu, etc.)
- ✅ Auto-reply functionality
- ✅ Easy deployment on Replit/Heroku
- ✅ Customizable commands and responses
- ✅ Fast performance and reliability
- ✅ AI Powered System
- ✅ Multi-Device Support
- ✅ 300+ Commands Available
Connect with us and get support:
- 📱 WhatsApp Group: Join Group
- 📢 WhatsApp Channel: Join Channel
- Node.js 16+ installed
- npm or yarn
- WhatsApp account for pairing
- Clone the repository
git clone https://github.com/veriferjp-coder/SIMON-TECH-BOT.git
cd SIMON-TECH-BOT- Install dependencies
npm install-
Generate Session ID (See below)
-
Configure your bot
- Add SESSION_ID to your
.envfile - Customize commands in
config.js
- Add SESSION_ID to your
-
Start the bot
npm start- Run the session generator
npm run session-
Open in your browser
- Go to
http://localhost:3000
- Go to
-
Generate QR Code
- Click "Generate QR Code" button
-
Scan with WhatsApp
- Open WhatsApp on your phone
- Go to Settings → Linked Devices
- Tap "Link a Device"
- Scan the QR code displayed
-
Copy SESSION_ID
- Once paired, your SESSION_ID will appear
- Click "Copy SESSION_ID" button
-
Fork this repository to Replit
- Click "Fork on Replit" button (if available)
-
Run the project
- Click Run button
-
Access session generator
- Open the webview URL
- Go to
/sessionpath
-
Follow the same steps as above
node session-generator.jsThen open http://localhost:3000 in your browser.
Create a .env file in the root directory:
SESSION_ID=your_session_id_here
BOT_NAME=SIMON
BOT_PREFIX=.
OWNER_NUMBER=your_number_hereEdit commands/ directory to add custom commands.
SIMON-TECH-BOT/
├── session-generator.js # Session ID generator
├── index.js # Main bot file
├── config.js # Configuration
├── commands/ # Custom commands
├── utils/ # Utility functions
├── assets/ # Bot appearance and assets
├── .env # Environment variables
└── package.json # Dependencies
npm startnpm run session- Fork the repository to Replit
- Set environment variables in Secrets
- Run the project
- Use the Replit URL for session generator
heroku login
heroku create your-bot-name
git push heroku mainDefault commands (customize in commands/ folder):
.ping- Check if bot is alive.menu- Show available commands.help- Get help information.status- Show bot status
- Make sure WhatsApp is properly installed
- Check your internet connection
- Try refreshing the page
- Restart the session generator
- Check console for errors
- Make sure port 3000 is available
- Verify SESSION_ID is correct
- Check bot is running:
npm start - Ensure WhatsApp is connected
For issues and support:
- Open an issue on GitHub
- Check existing issues first
- Provide error logs and details
- Join our WhatsApp group for community support
This project is open source and available under the MIT License.
This bot is for educational purposes. Respect WhatsApp's Terms of Service. Use responsibly and don't spam.
Made with ❤️ by SIMON-TECH-BOT
Need help? Create an issue or Join WhatsApp Group
