Skip to content

cucumber-pickle/PawsCum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2728f42 · Nov 9, 2024

History

3 Commits
Oct 30, 2024
Oct 30, 2024
Nov 9, 2024
Oct 30, 2024
Oct 30, 2024
Oct 30, 2024
Oct 30, 2024
Nov 3, 2024
Oct 30, 2024

Repository files navigation

PAWS bot

Join our Telegram GitHub

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
  • Connect wallets

Installation

  1. Clone the repository:

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

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:

{
 "connect_wallets": false,
 "account_delay": [5, 10],
 "cycle_delay": [14400, 28800]
}

connect_wallets - true / false - if you want to connect wallets, add the addresses of TON wallets to wallets.txt . The number of wallets must match the number of accounts.

Example of an address - UQAIsAepLajIsWU58DxPTM7D_GQG01MSk63qJckHQ9WBj2QC

delay_account: 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

Releases

No releases published

Packages

No packages published

Languages