GitHunt

๐Ÿš€ Bot Setup Instructions

Welcome 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.


Table of Contents

  1. Configuration Files
  2. Running the Bot
  3. Contact and Support

Configuration Files

1. configs.json โ€“ ๐Ÿ“œ Adjust Bot Settings
{
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100,
  "skipInvalidProxy": false,
  "delayEachAccount": [1, 1],
  "retryOnErrorAccount": 5,
  "doTasks": true
}
  • Fields Explained:

    • timeToRestartAllAccounts: Time (in seconds) to restart all accounts.
    • howManyAccountsRunInOneTime: Number of accounts to run simultaneously.
    • skipInvalidProxy: Skip invalid proxies if true.
    • delayEachAccount: Random delay range (in seconds) between accounts.
    • retryOnErrorAccount: Number of login error retries per account.
    • doTasks: Enable task completion.
2. datas.txt โ€“ ๐Ÿ—‚๏ธ User Data

Get it from here

ey...
ey...
ey...

Note: Each row for each account.

3. wallets.txt โ€“ ๐Ÿ’ผ Wallet Addresses

Wallets generator: Link

abc...xyz
abc...xyz
abc...xyz

Note: Wallet updates are currently not supported.

4. proxies.txt โ€“ ๐ŸŒ Proxy List (Optional)

Get it from Webshare

http://host:port
https://host:port
socks4://host:port
socks5://host:port
http://user:password@host:port
https://user:password@host:port
socks4://user:password@host:port
socks5://user:password@host:port

Note: Each row for each account.


Running the Bot

โ–ถ๏ธ Windows (run.bat)
  1. Double click run.bat
    Or open terminal and run:
run.bat
๐Ÿง Linux/macOS (run.sh)
  1. Make it executable:
chmod +x run.sh
  1. Run the script:
./run.sh
๐Ÿ Manual (Any OS)

Run directly with Python:

python meomundep.py

Use python3 if needed.


Contact and Support


Enjoy using the bot! ๐Ÿš€

Languages

Batchfile49.4%Shell46.7%Python3.9%

Contributors

Created November 20, 2024
Updated October 27, 2025