A Python-based automation scripts that uses no API Telegram for interacting with the Cyber Finance
Referral Link: https://t.me/CyberFinanceBot/
-
Clone the Repository:
git clone https://github.com/cucumber-pickle/CyberFinanceCucu.git cd CyberFinanceCucu
-
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:
{
"auto_check_in": "false",
"auto_do_task": "false",
"auto_watch_ads": "false",
"auto_claim": "false",
"auto_buy_hammer": "true",
"auto_buy_timer": "true",
"timer_limit_price": 1000,
"hammer_limit_price": 10000,
"account_delay": 3,
"cycle_delay": 100
}
auto_check_in
: Enable/disable auto_check_in (true/false).auto_do_task
: Enable/disable auto_do_task (true/false).auto_watch_ads
: Enable/disable auto_watch_ads (true/false).auto_claim
: Enable/disable auto_claim (true/false).auto_buy_hammer
: Enable/disable auto_buy_hammer (true/false).auto_buy_timer
: Enable/disable auto_buy_timer (true/false).hammer_limit_price
: Sets the maximum price limit for purchasing timershammer_limit_price
: Sets the maximum price limit for purchasing hammersaccount_delay
: delay (in seconds) between processing different accountscycle_delay
: total duration (in seconds) for which the main loop will run before restarting or stopping
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
Add your 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
You can add more and run the accounts in turn by entering a query id in new line like this:
query_id=xxxxxxxxx-Rxxxxujhash=cxxx
query_id=xxxxxxxxx-Rxxxxujhash=cxxxx
after that run the Banana bot by writing the command
To run the script, simply execute:
python bot.py
The script will start processing each account listed in query.txt, performing all configured operations.
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