- Notifications
You must be signed in to change notification settings - Fork0
Auto increase points, solve quizzes.
MeoMunDep/Bless
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This comprehensive guide will help you set up and run the MeoMunDep Bot on Windows, macOS, or Linux. The bot automates certain game tasks efficiently and securely.
- Prerequisites
- Installation Methods
- Configuration
- Running the Bot
- Using Proxies
- Troubleshooting
- Security Recommendations
- Contact and Support
Before setting up the bot, ensure you have the following installed:
- Python 3.11.9 - Required to run the script
- Git (optional) - For cloning the repository
- Docker (optional) - For containerized deployment
You can choose between standard installation or Docker-based deployment.
Windows
- Download Python frompython.org
- During installation, check "Add Python to PATH"
- Verify installation by opening Command Prompt and typing:
python --version
macOS
- InstallHomebrew first:
/bin/bash -c"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Python using Homebrew:
brew install python
- Verify installation:
python3 --version
Linux
- For Ubuntu/Debian:
sudo apt updatesudo apt install python3 python3-pip -y
- For CentOS/RHEL:
sudo yum install python3 python3-pip -y
- Verify installation:
python3 --version
Windows
- Download fromgit-scm.com
- Use default settings during installation
macOS
brew install git
Linux (Debian/Ubuntu)
sudo apt install git -y
git clone https://github.com/MeoMunDep/Bless.gitcd Bless/dist
Navigate to the bot folder and run:
Windows
pip install -r requirements.txt
macOS/Linux
pip3 install -r requirements.txt
Windows/macOS
- Download and installDocker Desktop
Linux
curl -fsSL https://get.docker.com| shsudo usermod -aG docker$USERnewgrp docker
Ensure you have the following files in your folder:
meomundep.py
- Main bot scriptconfigs.json
- Configuration filedatas.txt
- Bot dataproxies.txt
- List of proxies (optional)requirements.txt
- List of required pacBlesses
aiohttpaiohttp_proxycloudscrapercoloramaCryptodome
Edit theconfigs.json
file to customize the bot's behavior:
{"timeZone":"en-US","timeToRestartAllAccounts":300,"howManyAccountsRunInOneTime":100,"delayEachAccount": [1,1],"skipInvalidProxy":false,"referralCode":"BE3JR9"}
Configuration Parameters:
timeZone
: Time zone setting (e.g., "en-US")howManyAccountsRunInOneTime
: Number of accounts to run simultaneouslydelayEachAccount
: Random delay range between processing accounts [min, max] in secondstimeToRestartAllAccounts
: Time to wait before restarting all accounts (in seconds)skipInvalidProxy
: Whether to skip accounts with invalid proxiesreferralCodes
: Add your referral code (optional)
Windows
python meomundep.py
Or double-click the providedrun.bat
file.
macOS/Linux
python3 meomundep.py
Or make the script executable and run:
chmod +x run.sh&& ./run.sh
if you want to update the bot:
git pull
Build and Run with Docker
# Build imagedocker build -t meomundep-bot.# Run containerdocker run -it --rm \ -v$(pwd)/data:/app/data \ --name meomundep-container \ meomundep-bot
Using Docker Compose
docker-compose up --build
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
chmod 600 configs.json datas.txt proxies.txt meomundep.py
ey...ey...ey...
- pubKeys.txt
12...12...12...
The bot supports various proxy formats:
- HTTP/HTTPS:
http://username:password@host:port
orhttp://host:port
- SOCKS4/SOCKS5:
socks4://username:password@host:port
orsocks5://host:port
Add proxies toproxies.txt
, one proxy per line. Example formats:
http://host:porthttp://user:pass@host:portsocks5://host:portsocks5://user:pass@host:port
Leave the file empty if you don't want to use proxies.
Bot crashes on startup
- Ensure all required pacBlesses are installed
- Check your Python version (Python 3.11.9 required)
- Verify configuration file format
Connection errors
- Check your internet connection
- Verify proxy settings if using proxies
- Check if the required endpoints are accessible
Authentication failures
- Ensure your bot data in
datas.txt
andpubKeys
is correct - Check if your IP or proxy is blocked
Data Protection:
- Keep your
datas.txt
and configuration files secure - Use file permissions to restrict access
- Keep your
Docker Security:
- Run Docker containers as non-root user:
docker run -u 1000:1000 meomundep-bot
- Keep your Docker installation up-to-date
- Run Docker containers as non-root user:
Proxy Usage:
- Use secure proxies from trusted providers
- Rotate proxies periodically to avoid IP bans
The executable file is obfuscated to protect the source code. This is normal and doesn't indicate malicious behavior.
- Help me with your referralReferral Link
- Buy me a proxie accountHere orHere
If you encounter any issues or have questions, feel free to reach out:
- Contact:Contact Me
- Group:Join the Group
- Channel:Visit the Channel
Your support is greatly appreciated! 🐱
Note: This bot is for educational purposes only. So do not sell or steal it.