Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
/ wenlambo Public archive

Wen Lambo Bot is an automated bot for the @wen_lambo_bot game. Supports multithreading, proxy integration, and automatic game management.

License

Notifications You must be signed in to change notification settings

mainiken/wenlambo

Repository files navigation

Wen Lambo Bot

🇷🇺 Russian | 🇬🇧 English

Channel Link Chat Link


📑 Table of Contents

  1. Description
  2. Key Features
  3. Installation
  4. Settings
  5. Support and Donations
  6. Contact

📜 Description

Wen Lambo Bot is an automated bot for the @wen_lambo_bot game. Supports multithreading, proxy integration, and automatic game management.


🌟 Key Features

  • 🔄 Multithreading — ability to work with multiple accounts in parallel
  • 🔐 Proxy Support — secure operation through proxy servers
  • 🎯 Quest Management — automatic quest completion
  • 📊 Statistics — detailed session statistics tracking

🛠️ Installation

Quick Start

  1. Download the project:

    git clone https://github.com/mainiken/wenlambo.git
    cd REPNAME
  2. Install uv package manager:

    curl -LsSf https://astral.sh/uv/install.sh | sh
  3. Install dependencies using uv:

    uv pip install -r requirements.txt
  4. Configure parameters in the .env file:

    API_ID=your_api_id
    API_HASH=your_api_hash
  5. Run the bot:

uv run main.py -a 1


### Manual Installation
1. **Linux:**
```bash
sudo sh install.sh
python3 -m venv venv
source venv/bin/activate
uv pip install -r requirements.txt
cp .env-example .env
nano .env  # Enter your API_ID and API_HASH
uv run main.py
  1. Windows:
    python -m venv venv
    venv\Scripts\activate
    uv pip install -r requirements.txt
    copy .env-example .env
    uv run main.py

⚙️ Settings

Parameter Default Value Description
API_ID Telegram API application ID
API_HASH Telegram API application hash
GLOBAL_CONFIG_PATH Path for configuration files. By default, uses the TG_FARM environment variable
FIX_CERT False Fix SSL certificate errors
SESSION_START_DELAY 360 Delay before starting the session (seconds)
REF_ID Referral ID for new accounts
USE_PROXY True Use proxy
SESSIONS_PER_PROXY 1 Number of sessions per proxy
DISABLE_PROXY_REPLACE False Disable proxy replacement on errors
BLACKLISTED_SESSIONS "" Sessions that will not be used (comma-separated)
DEBUG_LOGGING False Enable detailed logging
DEVICE_PARAMS False Use custom device parameters
AUTO_UPDATE True Automatic updates
CHECK_UPDATE_INTERVAL 300 Update check interval (seconds)

💰 Support and Donations

Support development:

Currency Address
Bitcoin bc1pfuhstqcwwzmx4y9jx227vxcamldyx233tuwjy639fyspdrug9jjqer6aqe
Ethereum 0x9c7ee1199f3fe431e45d9b1ea26c136bd79d8b54
TON UQBpZGp55xrezubdsUwuhLFvyqy6gldeo-h22OkDk006e1CL
BNB 0x9c7ee1199f3fe431e45d9b1ea26c136bd79d8b54
Solana HXjHPdJXyyddd7KAVrmDg4o8pRL8duVRMCJJF2xU8JbK

📞 Contact

If you have questions or suggestions:


⚠️ Disclaimer

This software is provided "as is" without any warranties. By using this bot, you accept full responsibility for its use and any consequences that may arise.

The author is not responsible for:

  • Any direct or indirect damages related to the use of the bot
  • Possible violations of third-party service terms of use
  • Account blocking or access restrictions

Use the bot at your own risk and in compliance with applicable laws and third-party service terms of use.

About

Wen Lambo Bot is an automated bot for the @wen_lambo_bot game. Supports multithreading, proxy integration, and automatic game management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages