PawsCum
Paws automation scripts that uses no API. Special thanks to @vonssy
Install / Use
/learn @cucumber-pickle/PawsCumREADME
PAWS bot
Registrations https://t.me/PAWSOG_bot/
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.jsonfile. - Using a proxy
- Static user agent
- Connect wallets
Installation
-
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:pass@127.0.0.1:6969
How to get tgWebAppData (query_id / user_id)
- Login telegram via portable or web version
- Launch the bot
- Press
F12on the keyboard - Open console
- Сopy this code in Console for getting tgWebAppData (user= / query=):
copy(Telegram.WebApp.initData)
- you will get data that looks like this
query_id=AA....
user=%7B%22id%....
- add it to
query.txtfile 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
