Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

MeoMunDep/TONxDAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Bot Setup Instructions (Python Version)

Welcome to the Python version of the bot setup guide! Follow the steps below to install and run the bot using meomundep.py.

📱 For Mobile Users (Termux): View the guide here


Table of Contents

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

Configuration Files

1. configs.json - 📜 Adjust Bot Settings

{
  "doTasks": false,
  "doQuizzes": false,
  "connectWallets": false,
  "delayEachAccount": [1, 1],
  "timeToRestartAllAccounts": 300,
  "howManyAccountsRunInOneTime": 100,
  "answerForQuest": {
    "DAO registration overview": "anwser1",
    "DAO registration FAQ": "anwser2"
  }
}
  • doTasks: Enable task automation
  • doQuizzes: Enable quiz solving
  • connectWallets: Connect wallets automatically
  • delayEachAccount: Random delay range (in seconds)
  • timeToRestartAllAccounts: Restart interval (in seconds)
  • howManyAccountsRunInOneTime: Number of concurrent accounts
  • answerForQuest: Custom answers per quest

2. datas.txt - 🗂️ User Data

query_id.../user...
query_id.../user...

3. wallets.txt - 💼 Wallet Addresses

abc...xyz
abc...xyz

4. proxies.txt - 🌐 Proxy List (Optional)

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

Running the Bot

1. Install Python Dependencies

pip install -r requirements.txt

❗ If requirements.txt is not available, install requests, colorama, or any libraries used in meomundep.py.


2. Run the Bot

✅ Option 1: Direct Command

python meomundep.py

✅ Option 2: Use Startup Script

  • Windowsrun.bat
  • Linux/macOSrun.sh

🪟 run.bat (For Windows)

Just double click on "run.bat" file or type this in cmd:

./run.bat

🐧 run.sh (For Linux/macOS)

Make the script executable:

chmod +x run.sh

Then run:

./run.sh

Contact and Support


🚀 Enjoy using the bot!


⬆️ Back to top