{"id":26760071,"url":"https://github.com/meomundep/loot-go","last_synced_at":"2025-03-28T17:29:10.174Z","repository":{"id":272184106,"uuid":"915757377","full_name":"MeoMunDep/Loot-Go","owner":"MeoMunDep","description":"Auto submit emails, referrals.","archived":false,"fork":false,"pushed_at":"2025-03-13T18:05:59.000Z","size":329,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T19:26:57.492Z","etag":null,"topics":["airdrop","airdrop-claim-bot","airdrop-farm","airdrop-free","airdrops-bot","airdrops-tools","go","join","loot","loot-go","meomundep","waitlist","web"],"latest_commit_sha":null,"homepage":"https://t.me/keoairdropfreene","language":"Python","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}},"created_at":"2025-01-12T18:10:30.000Z","updated_at":"2025-03-13T18:06:02.000Z","dependencies_parsed_at":"2025-01-12T19:33:38.892Z","dependency_job_id":"f6280dd1-7d82-45ed-9f0b-692e9ccde780","html_url":"https://github.com/MeoMunDep/Loot-Go","commit_stats":null,"previous_names":["meomundep/loot-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FLoot-Go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FLoot-Go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FLoot-Go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MeoMunDep%2FLoot-Go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MeoMunDep","download_url":"https://codeload.github.com/MeoMunDep/Loot-Go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246068546,"owners_count":20718552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","go","join","loot","loot-go","meomundep","waitlist","web"],"created_at":"2025-03-28T17:29:09.688Z","updated_at":"2025-03-28T17:29:10.148Z","avatar_url":"https://github.com/MeoMunDep.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Bot Setup Instructions\n\n\u003e [Termux guides if you run on mobile](https://github.com/MeoMunDep/Guides-for-using-my-script-on-termux.)\n\nWelcome to the bot setup guide! Follow the steps below to install and configure the bot correctly. This guide is designed to be beginner-friendly, with clear explanations for each step.\n\n---\n\n## Table of Contents\n\n1. [Prerequisites](#prerequisites)\n2. [Installation Steps](#installation-steps)\n3. [Configuration Files](#configuration-files)\n   - [`configs.json`](#1-configsjson)\n   - [`datas.txt`](#2-datastxt)\n   - [`wallets.txt`](#3-walletstxt)\n   - [`proxies.txt`](#4-proxiestxt)\n4. [Running the Bot](#running-the-bot)\n5. [Contact and Support](#contact-and-support)\n\n---\n\n## Prerequisites\n\nBefore running the bot, make sure you have the following installed:\n\n- **Python** (Version: `3.11.9`)\n- **pip** (Version: `24.3.1`)\n\nDownload Python and pip here: [Download Link](https://t.me/KeoAirDropFreeNe/257/2627).\n\n---\n\n## Installation Steps\n\n1. **Download and Extract the Bot Files:**\n\n   - Extract the bot package into a folder on your computer.\n     -\u003e Double click on `setup.bat` for windows or `setup.sh` for linux/mac if you want to run automatically, remember to fill all the necessary data.\n\n2. **Install Dependencies:**\n   Open your terminal or command prompt, navigate to the folder where the bot files are located, and run:\n\n   ```bash\n   pip install aiohttp requests cloudscraper pycryptodome fake-useragent aiohttp-proxy colorama bs4\n   ```\n\n3. **Prepare Configuration Files:**\n   - Ensure all configuration files are set up correctly before running the bot (see [Configuration Files](#configuration-files) section).\n\n---\n\n## Configuration Files\n\n### 1. `configs.json` - 📜 Adjust Bot Settings\n\nThis file controls the bot’s behavior. Below is an example configuration:\n\n```json\n{\n  \"timeZone\": \"en-US\",\n  \"skipInvalidProxy\": false,\n  \"delayEachAccount\": [5, 8],\n  \"timeToRestartAllAccounts\": 300,\n  \"howManyAccountsRunInOneTime\": 10,\n  \"referralCode\": \"7BONJ2KUM\"\n}\n```\n\n- **Fields Explained:**\n  - `timeZone`: Time zone setting (e.g., \"en-US\").\n  - `skipInvalidProxy`: Skip invalid proxies if `true`.\n  - `delayEachAccount`: Random delay range (in seconds) between accounts.\n  - `timeToRestartAllAccounts`: Time (in seconds) to restart all accounts.\n  - `howManyAccountsRunInOneTime`: Number of accounts to run simultaneously.\n  - `referralCode`: Add your referral code (optional). Do not change it if you want to support me ^^\n\n### 2. `datas.txt` - 🗂️ User Data\n\nFill the `datas.txt` file with your emails. This file contains user data in the following format:\n\n```txt\nabcxyz@gmail.com\nabcxyz@gmail.com\nabcxyz@gmail.com\n```\n\n_Note: Each row for each account_\n\n### 3. `wallets.txt` - 💼 Wallet Addresses\n\n- Wallets generator: [Link](https://github.com/MeoMunDep/Automatic-Ultimate-Create-Wallets-for-Airdrop)\n\nAdd your wallet addresses in the following format:\n\n```txt\nabc...xyz\nabc...xyz\nabc...xyz\n```\n\n_Note: Wallet updates are currently not supported._\n\n### 4. `proxies.txt` - 🌐 Proxy List (Optional)\n\nIf you are using proxies, add them here. Leave the file blank if you are not using proxies. Supported formats:\n\n```txt\nhttp://user:password@host:port\nhttps://user:password@host:port\nsocks4://user:password@host:port\nsocks5://user:password@host:port\n```\n\n_Note: each row for each account_\n\n---\n\n## Running the Bot\n\n1. Navigate to the folder containing the bot files:\n\n   ```bash\n   cd /path/to/bot-folder/\n   ```\n\n2. Run the bot using the following command:\n\n   ```bash\n   python meomundep.py\n   ```\n\n   or\n\n   ```bash\n   python3 meomundep.py\n   ```\n\n   or\n\n   ```bash\n   py meomundep.py\n   ```\n\n   or\n\n   ```bash\n   py3 meomundep.py\n   ```\n\n---\n\n## Contact and Support\n\n- **Help me with your referral** [Referral Link](https://www.lootgo.app/?ref_id=7BONJ2KUM)\n- **Buy me a telegram 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\nEnjoy using the bot! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeomundep%2Floot-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeomundep%2Floot-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeomundep%2Floot-go/lists"}