A high-performance, multi-threaded automation tool designed for Mention Network. This bot utilizes advanced AI models (Gemini/Groq) to generate organic, context-aware conversations, manage daily quests, and maximize point farming efficiency.
π Security Note: This project includes advanced security features and obfuscation methods to protect core logic.
- π§ Advanced AI Integration: Uses Google Gemini & Groq (Llama 3) to generate human-like answers.
- π Smart Persona System: Automatically generates unique personas with specific interests and traits to avoid detection.
- β‘ Multi-Threaded: Runs multiple accounts simultaneously with optimized delay handling.
- π‘οΈ Strict Proxy Support: Secure connection management with IP rotation support.
- π± Telegram Control Center: Monitor status, add keys, and control the bot remotely via Telegram.
- π Smart Recovery: Auto-sleeps and resumes when API limits are reached (50-minute cool-down).
- βοΈ Auto Quests: Automatically completes "Visit" and "Follow" quests.
To use this bot, you MUST install Python 3.11.
Other versions (like 3.10 or 3.12) will NOT work because the core engine is compiled specifically for version 3.11.
- Python 3.11.x (64-bit)
- Windows 10/11
- License Activation : https://form.jotform.com/253471232172046
git clone https://github.com/genoshide/mention-network-bot.git
cd mention-network-botIt is recommended to use a virtual environment to avoid conflicts.
python -m venv venvvenv\Scripts\activatepython3 -m venv venvsource venv/bin/activatepip install -r requirements.txtBefore running the bot, you must configure the files inside the data/ folder.
Paste your Mention Network JWT tokens here (one per line).
eyJhbGciOiJIUzI1NiIsIn...
eyJhbGciOiJIUzI1NiIsIn...
Add your proxies in http format (one per line). Required if USE_PROXY = True.
user:pass@ip:port
user:pass@ip:port
Add your AI API Keys (Google Gemini or Groq). The bot will rotate them automatically.
AIzaSyD... (Gemini)
gsk_8Ja... (Groq)
Rename .env.example to .env ou can adjust settings like thread count, delays, and Telegram credentials here.
CHAT_COUNT_MIN=5
CHAT_COUNT_MAX=15
SLEEP_BETWEEN_CYCLES_MIN=300
SLEEP_BETWEEN_CYCLES_MAX=600
THREADS=3
USE_PROXY=false
HUMAN_TYPING=false
AUTO_COMPLETE_QUESTS=false
SMART_CONVERSATION=false
START_DELAY_MIN=5
START_DELAY_MAX=15
DELAY_MIN=5
DELAY_MAX=10
SLEEP_WHEN_API_LIMIT=10
USE_TELEGRAM=false
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
TELEGRAM_ALLOWED_IDS=Once configured, simply run:
python main.pyThe bot will perform a license check, validate your configuration files, and start the mining threads.
Manage your bot remotely without touching the server. The bot includes a complete command menu.
Example: Adding a Groq API key via Telegram triggers an immediate update on the server log.
If USE_TELEGRAM = True, you can control the bot via your private bot.
| Command | Description |
|---|---|
/status |
View live points, running threads, and license status. |
/logs |
Fetch the last 15 lines of terminal logs. |
/screenshot |
Capture a screenshot of the server/VPS. |
/add_token |
Add a new account token remotely. |
/add_api |
Add a new AI API Key remotely. |
/stop |
Force shutdown the bot. |
/restart |
Restart the bot process. |
The bot features a rich terminal UI (TUI) that displays real-time statistics, worker threads, and AI logs.
Real-time monitoring showing active threads, AI responses, and point accumulation.
mention-bot/
βββ data/
β βββ token.txt # List of Account JWT Tokens
β βββ proxy.txt # List of Proxies (user:pass@ip:port)
β βββ api.txt # Gemini/Groq API Keys
β βββ personas.json # Generated AI Characters (Do not edit manually)
βββ src/
β βββ starter.pyd # Compiled Core Logic (Protected)
β βββ ...
βββ main.py # Entry point (Loader)
βββ requirements.txt # Python dependencies
βββ PRODUCT_INFO.txt # Genoshide Mention Network Bot Informations
βββ README.md
This tool is for educational purposes only. The developer is not responsible for any bans or penalties applied to your Mention Network accounts. Use this tool at your own risk.
Copyright Β© 2025 Genoshide. All rights reserved.Unauthorized copying, modification, or distribution of this file, via any medium, is strictly prohibited.
