{"id":26760074,"url":"https://github.com/meomundep/bless","last_synced_at":"2026-01-27T06:31:50.420Z","repository":{"id":262787635,"uuid":"888353506","full_name":"MeoMunDep/Bless","owner":"MeoMunDep","description":"Auto increase points, solve quizzes. [500 STARS TO UNLOCK AUTO REFERRALS AND CREATE BOTH PUBLICK KEY AND PEER ID]","archived":false,"fork":false,"pushed_at":"2025-05-08T15:30:12.000Z","size":13080,"stargazers_count":33,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T16:42:25.580Z","etag":null,"topics":["airdrop","airdrop-claim-bot","airdrop-farm","airdrop-free","airdrops-bot","airdrops-tools","bless","depin","extension","meomundep"],"latest_commit_sha":null,"homepage":"https://t.me/keoairdropfreene","language":"Brainfuck","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MeoMunDep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-14T08:55:32.000Z","updated_at":"2025-05-08T15:30:16.000Z","dependencies_parsed_at":"2024-11-14T09:36:33.032Z","dependency_job_id":"f2c1aaf1-ba1a-430c-80e8-3a284353cd48","html_url":"https://github.com/MeoMunDep/Bless","commit_stats":null,"previous_names":["meomundep/bless"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MeoMunDep/Bless","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FBless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FBless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FBless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FBless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeoMunDep","download_url":"https://codeload.github.com/MeoMunDep/Bless/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FBless/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28806302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T06:25:51.065Z","status":"ssl_error","status_checked_at":"2026-01-27T06:25:50.640Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airdrop","airdrop-claim-bot","airdrop-farm","airdrop-free","airdrops-bot","airdrops-tools","bless","depin","extension","meomundep"],"created_at":"2025-03-28T17:29:09.788Z","updated_at":"2026-01-27T06:31:50.404Z","avatar_url":"https://github.com/MeoMunDep.png","language":"Brainfuck","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖 MeoMunDep Bless Bot - Complete Setup Guide\n\nThis 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.\n\n## 📋 Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Installation Methods](#installation-methods)\n  - [Standard Installation](#standard-installation)\n  - [Docker Installation](#docker-installation)\n- [Configuration](#configuration)\n- [Running the Bot](#running-the-bot)\n- [Using Proxies](#using-proxies)\n- [Troubleshooting](#troubleshooting)\n- [Security Recommendations](#security-recommendations)\n- [Contact and Support](#Contactandsupport)\n\n## 🔧 Prerequisites\n\nBefore setting up the bot, ensure you have the following installed:\n\n- **Python 3.11.9** - Required to run the script\n- **Git** (optional) - For cloning the repository\n- **Docker** (optional) - For containerized deployment\n\n## 🚀 Installation Methods\n\nYou can choose between standard installation or Docker-based deployment.\n\n### ⚙️ Standard Installation\n\n#### 1. Install Python\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eWindows\u003c/b\u003e\u003c/summary\u003e\n\n- Download Python from [python.org](https://www.python.org/downloads/release/python-3119/)\n- During installation, check \"Add Python to PATH\"\n- Verify installation by opening Command Prompt and typing:\n  ```\n  python --version\n  ```\n  \u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003emacOS\u003c/b\u003e\u003c/summary\u003e\n\n- Install [Homebrew](https://brew.sh/) first:\n  ```bash\n  /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n  ```\n- Install Python using Homebrew:\n  ```bash\n  brew install python\n  ```\n- Verify installation:\n  ```bash\n  python3 --version\n  ```\n  \u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eLinux\u003c/b\u003e\u003c/summary\u003e\n\n- For Ubuntu/Debian:\n  ```bash\n  sudo apt update\n  sudo apt install python3 python3-pip -y\n  ```\n- For CentOS/RHEL:\n  ```bash\n  sudo yum install python3 python3-pip -y\n  ```\n- Verify installation:\n  ```bash\n  python3 --version\n  ```\n  \u003c/details\u003e\n\n#### 2. Install Git (Optional)\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eWindows\u003c/b\u003e\u003c/summary\u003e\n\n- Download from [git-scm.com](https://git-scm.com/download/win)\n- Use default settings during installation\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003emacOS\u003c/b\u003e\u003c/summary\u003e\n\n```bash\nbrew install git\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eLinux (Debian/Ubuntu)\u003c/b\u003e\u003c/summary\u003e\n\n```bash\nsudo apt install git -y\n```\n\n\u003c/details\u003e\n\n#### 3. Clone Repository (If using Git)\n\n```bash\ngit clone https://github.com/MeoMunDep/Bless.git\ncd bless/Bless/dist\n```\n\n#### 4. Install Required PacBlesses\n\nNavigate to the bot folder and run:\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eWindows\u003c/b\u003e\u003c/summary\u003e\n\n```\npip install -r requirements.txt\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003emacOS/Linux\u003c/b\u003e\u003c/summary\u003e\n\n```bash\npip3 install -r requirements.txt\n```\n\n\u003c/details\u003e\n\n### 🐳 Docker Installation\n\n#### 1. Install Docker\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eWindows/macOS\u003c/b\u003e\u003c/summary\u003e\n\n- Download and install [Docker Desktop](https://www.docker.com/products/docker-desktop)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eLinux\u003c/b\u003e\u003c/summary\u003e\n\n```bash\ncurl -fsSL https://get.docker.com | sh\nsudo usermod -aG docker $USER\nnewgrp docker\n```\n\n\u003c/details\u003e\n\n\n## ⚙️ Configuration\n\n### Required Files\n\nEnsure you have the following files in your folder:\n\n- `meomundep.py` - Main bot script\n- `configs.json` - Configuration file\n- `datas.txt` - Bot data\n- `proxies.txt` - List of proxies (optional)\n- `requirements.txt` - List of required pacBlesses\n\n### requirements.txt Content\n\n```\naiohttp\naiohttp_proxy\ncloudscraper\ncolorama\nCryptodome\n```\n\n### Configurations (configs.json)\n\nEdit the `configs.json` file to customize the bot's behavior:\n\n```json\n{\n  \"timeZone\": \"en-US\",\n  \"timeToRestartAllAccounts\": 300,\n  \"howManyAccountsRunInOneTime\": 1000,\n  \"delayEachAccount\": [1, 1],\n  \"skipInvalidProxy\": false,\n  \"referralCodes\": [\"BE3JR9\"]\n}\n```\n\n**Configuration Parameters:**\n\n- `timeZone`: Time zone setting (e.g., \"en-US\")\n- `howManyAccountsRunInOneTime`: Number of accounts to run simultaneously\n- `delayEachAccount`: Random delay range between processing accounts [min, max] in seconds\n- `timeToRestartAllAccounts`: Time to wait before restarting all accounts (in seconds)\n- `skipInvalidProxy`: Whether to skip accounts with invalid proxies\n- `referralCodes`: Add your referral code (optional)\n\n## ▶️ Running the Bot\n\n### Standard Method\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eWindows\u003c/b\u003e\u003c/summary\u003e\n\n```\npython meomundep.py\n```\n\nOr double-click the provided `run.bat` file.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003emacOS/Linux\u003c/b\u003e\u003c/summary\u003e\n\n```bash\npython3 meomundep.py\n```\n\nOr make the script executable and run:\n\n```bash\nchmod +x run.sh \u0026\u0026 ./run.sh\n```\n\nif you want to update the bot:\n\n```bash \ngit pull\n```\n\n\u003c/details\u003e\n\n### Docker Method\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eBuild and Run with Docker\u003c/b\u003e\u003c/summary\u003e\n\n```bash\n# Build image\ndocker build -t meomundep-bot .\n\n# Run container\ndocker run -it --rm \\\n  -v $(pwd)/data:/app/data \\\n  --name meomundep-container \\\n  meomundep-bot\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eUsing Docker Compose\u003c/b\u003e\u003c/summary\u003e\n\n```bash\ndocker-compose up --build\n```\n\n\u003c/details\u003e\n\n## 🔒 File Permissions\n\n### Windows\n\n```\nSet-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass\n```\n\n### Linux/macOS\n\n```bash\nchmod 600 configs.json datas.txt proxies.txt meomundep.py\n```\n\n## 🌐 Datas and Proxies\n\n- Learn how to retrieve data and pubkey from here: [data](https://t.me/KeoAirDropFreeNee/1507) - [pubKeys](https://t.me/KeoAirDropFreeNee/1512)\n- datas.txt\n```txt\ney...\ney...\ney...\n```\n- pubKeys.txt\n```txt\n12...\n12...\n12...\n```\n\nThe bot supports various proxy formats:\n\n- HTTP/HTTPS: `http://username:password@host:port` or `http://host:port`\n- SOCKS4/SOCKS5: `socks4://username:password@host:port` or `socks5://host:port`\n\nAdd proxies to `proxies.txt`, one proxy per line. Example formats:\n\n- [Get it from here](https://www.webshare.io/?referral_code=4l5kb3glsce7)\n\n```txt\nhttp://host:port\nhttps://host:port\nsocks4://host:port\nsocks5://host:port\nhttp://user:pass@host:port\nhttps://user:pass@host:port\nsocks4://user:pass@host:port\nsocks5://user:pass@host:port\n```\n\nLeave the file empty if you don't want to use proxies.\n\n## ❓ Troubleshooting\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eBot crashes on startup\u003c/b\u003e\u003c/summary\u003e\n\n- Ensure all required pacBlesses are installed\n- Check your Python version (Python 3.11.9 required)\n- Verify configuration file format\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eConnection errors\u003c/b\u003e\u003c/summary\u003e\n\n- Check your internet connection\n- Verify proxy settings if using proxies\n- Check if the required endpoints are accessible\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eAuthentication failures\u003c/b\u003e\u003c/summary\u003e\n\n- Ensure your bot data in `datas.txt` and `pubKeys` is correct\n- Check if your IP or proxy is blocked\n\u003c/details\u003e\n\n## 🛡️ Security Recommendations\n\n1. **Data Protection**:\n\n   - Keep your `datas.txt` and configuration files secure\n   - Use file permissions to restrict access\n\n2. **Docker Security**:\n\n   - Run Docker containers as non-root user:\n     ```bash\n     docker run -u 1000:1000 meomundep-bot\n     ```\n   - Keep your Docker installation up-to-date\n\n3. **Proxy Usage**:\n   - Use secure proxies from trusted providers\n   - Rotate proxies periodically to avoid IP bans\n\n## 📝 Security Notice\n\nThe executable file is obfuscated to protect the source code. This is normal and doesn't indicate malicious behavior.\n\n## 📞 Contact and Support\n\n- **Help me with your referral** [Referral Link](https://bless.network/dashboard?ref=BE3JR9)\n- **Buy me a proxie account** [Here](https://t.me/KeoAirDropFreeNe/312/27801) or [Here](https://github.com/MeoMunDep/MeoMunDep)\n\nIf you encounter any issues or have questions, feel free to reach out:\n\n- **Contact:** [Contact Me](https://t.me/MeoMunDep)\n- **Group:** [Join the Group](https://t.me/KeoAirDropFreeNe)\n- **Channel:** [Visit the Channel](https://t.me/KeoAirDropFreeNee)\n\nYour support is greatly appreciated! 🐱\n\n---\n\n**Note**: This bot is for educational purposes only. So do not sell or steal it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeomundep%2Fbless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeomundep%2Fbless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeomundep%2Fbless/lists"}