Skip to content

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.

License

Notifications You must be signed in to change notification settings

genoshide/mention-network-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– Mention Network Automation Bot (Premium Edition)

Python Version License Status

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. alt text


✨ Key Features

  • 🧠 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.

βœ… System Requirements (IMPORTANT)

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.

⚠️ Required:


πŸš€ Installation

1. Clone the Repository

git clone https://github.com/genoshide/mention-network-bot.git
cd mention-network-bot

2. Create a Virtual Environment

It is recommended to use a virtual environment to avoid conflicts.

Windows

python -m venv venv
venv\Scripts\activate

Linux/Mac

python3 -m venv venv
source venv/bin/activate

3. Install Dependencies

pip install -r requirements.txt

βš™οΈ Configuration

Before running the bot, you must configure the files inside the data/ folder.

1. data/token.txt

Paste your Mention Network JWT tokens here (one per line).

eyJhbGciOiJIUzI1NiIsIn...
eyJhbGciOiJIUzI1NiIsIn...

3. data/proxy.txt

Add your proxies in http format (one per line). Required if USE_PROXY = True.

user:pass@ip:port
user:pass@ip:port

4. data/api.txt

Add your AI API Keys (Google Gemini or Groq). The bot will rotate them automatically.

AIzaSyD...  (Gemini)
gsk_8Ja...  (Groq)

5. Configuration's (Optional)

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=

πŸ–₯️ Usage

Once configured, simply run:

python main.py

The bot will perform a license check, validate your configuration files, and start the mining threads.


Real-time Interaction

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.

πŸ“‘ Telegram Commands

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.

πŸ–₯️ Dashboard Interface

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.

πŸ“‚ Directory Structure

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

⚠️ Disclaimer

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.

πŸ“œ License

Copyright Β© 2025 Genoshide. All rights reserved.Unauthorized copying, modification, or distribution of this file, via any medium, is strictly prohibited.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages