A Python-based automation scripts that uses no API Telegram for interacting with the xKuCoin API
- Visit - https://t.me/xkucoinbot/
- press continue until you log in to the app
You can add proxy lists in the proxies.txt
file, and the proxy format is as follows:
If there is authentication:
Format:
http://user:password@hostname:port
Example:
http://admin:[email protected]:6969
-
Clone the Repository:
git clone https://github.com/cucumber-pickle/xKucoinCum.git cd xKucoinCum
-
Create a virtual environment (optional but recommended)
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install Dependencies:
The bot uses Python 3 and requires some external libraries. You can install them using:
pip install -r requirements.txt
Create a config.json file in the project root directory:
{
"use_proxy": true,
"min_click": 50,
"max_click": 70,
"min_delay_click": 1,
"max_delay_click": 3,
"workers": 5,
"countdown_loop": 1000
}
use_proxy
: Enable/disable use_proxy (true/false).min_click
: minimum click per requestmax_click
: maximum click per requestmin_delay_click
: minimum delay (in seconds) between clicksmax_delay_click
: maximum delay (in seconds) between clicksworkers
: how many accounts will be running at the same timecountdown_loop
: total duration (in seconds) for which the main loop will run before restarting or stopping
Add your xKuCoin account tokens to a file named data.txt
in the root directory. Each token should be on a new line.
Example:
query_id=AA....
user=%7B%22id%....
Run the script with:
python bot.py
- Login telegram via portable or web version
- Launch the bot
- Press
F12
on 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
data.txt
file or create it if you dont have one
0xc4bb02b8882c4c88891b4196a9d64a20ef8d7c36
- BSC (BEP 20)
UQBiNbT2cqf5gLwjvfstTYvsScNj-nJZlN2NSmZ97rTcvKz0
- TON
0xc4bb02b8882c4c88891b4196a9d64a20ef8d7c36
- Optimism
THaLf1cdEoaA73Kk5yiKmcRwUTuouXjM17
- TRX (TRC 20)
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or support, please contact CUCUMBER TG CHAT