Skip to content

cucumber-pickle/ClaytonV2Cum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clayton Bot

Join our Telegram GitHub YouTube

Features

  • Multi-account Support: Automate actions across multiple accounts. .
  • Auto Complete Task Automatically perform available quest
  • Configurable Settings: Control various aspects of the script via a config.json file.
  • Using a proxy
  • Static user agent

Installation

  1. Clone the repository:

    git clone https://github.com/cucumber-pickle/ClaytonV2Cum.git
    cd ClaytonV2Cum
    

Create and activate a virtual environment:

python3 -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

Install the required dependencies:

pip install -r requirements.txt

Run bot

python bot.py

Configuration

Create a config.json file in the root directory with the following structure:

{
 "clayball_score": [15, 160],
 "stack_score": [70, 100],
 "account_delay": [5, 10],
 "cycle_delay": [1440, 2880]
}

stack_score - the number of points in clayball. 100 Max

clayball_score - the number of points in clayball. 160 Max

account_delay: Delay between processing different accounts (in seconds) - the minimum and maximum values are taken randomly

cycle_delay: Delay between different cycles of operations (in seconds) - the minimum and maximum values are taken randomly

About Proxy

You can add your proxy list in proxies.txt and proxy format is like example below :

Format :

http://host:port
http://user:pass@host:port

Example :

http://127.0.0.1:6969
http://user:[email protected]:6969

How to get tgWebAppData (query_id / user_id)

  1. Login telegram via portable or web version
  2. Launch the bot
  3. Press F12 on the keyboard
  4. Open console
  5. Сopy this code in Console for getting tgWebAppData (user= / query=):
copy(Telegram.WebApp.initData)
  1. you will get data that looks like this
query_id=AA....
user=%7B%22id%....
  1. add it to query.txt file or create it if you dont have one

This bot helpfull? Please support me by buying me a coffee:

0xc4bb02b8882c4c88891b4196a9d64a20ef8d7c36 - BSC (BEP 20)

UQBiNbT2cqf5gLwjvfstTYvsScNj-nJZlN2NSmZ97rTcvKz0 - TON

0xc4bb02b8882c4c88891b4196a9d64a20ef8d7c36 - Optimism

THaLf1cdEoaA73Kk5yiKmcRwUTuouXjM17 - TRX (TRC 20)

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For questions or support, please contact CUCUMBER TG CHAT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages