diff --git a/README-EN.md b/README-EN.md index 0033ba3..0c4b7d7 100644 --- a/README-EN.md +++ b/README-EN.md @@ -1,13 +1,11 @@ [](https://t.me/sho6ot) [](https://www.python.org/downloads/) +> 🇷🇺 README на русском доступен [здесь](README.md) ![demo](.github/images/demo.png) -> 🇷🇺 README на русском доступен [здесь](README.md) - - ## ⚙ [Settings](.env-example)
API_ID / API_HASH - Platform Data @@ -24,7 +22,7 @@ MIN_AVAILABLE_ENERGY - Minimum Energy Level

This setting determines the minimum energy level at which the bot will go idle to simulate human-like activity.

@@ -33,7 +31,7 @@ SLEEP_BY_MIN_ENERGY - Delay at Minimum Energy

Sets a pause in the bot's operation if the energy drops below the set minimum. This simulates human-like activity.

@@ -51,7 +49,7 @@ MAX_LEVEL - Maximum Upgrade Level

Determines the maximum level up to which the bot will upgrade your cards.

@@ -60,7 +58,7 @@ MIN_PROFIT - Minimum Upgrade Profit

Determines the minimum profit of the card that the bot will upgrade.

@@ -69,7 +67,7 @@ MAX_PRICE - Maximum Upgrade Price

Sets the limit on the amount the bot can spend on a single card upgrade.

@@ -78,7 +76,7 @@ BALANCE_TO_SAVE - Balance Limit

This parameter defines the minimum balance that the bot will guarantee to keep, without spending it on upgrades or purchases.

@@ -87,7 +85,7 @@ UPGRADES_COUNT - Number of Upgrades per Cycle

Specifies how many cards the bot will upgrade in one cycle to always choose the most profitable card.

@@ -96,7 +94,7 @@ MAX_COMBO_PRICE - Maximum Combo Card Purchase Price

Defines the maximum amount the bot can spend on purchasing combo cards when the balance is sufficient.

@@ -159,7 +157,7 @@ SLEEP_MINI_GAME_TILES - Delay in the mini game TILES

Option to set a random delay from the start of the game to its end.

@@ -168,7 +166,7 @@ SCORE_MINI_GAME_TILES - Maximum score for the game TILES

Sets the random score that will be reached in the game.

@@ -177,7 +175,7 @@ GAMES_COUNT - Number of games in TILES

Defines the random number of games that the bot will play in one cycle.

@@ -204,7 +202,7 @@ RANDOM_TAPS_COUNT - Random Taps Count

This parameter defines the range of random tap (click) counts the bot may use at once.

@@ -213,7 +211,7 @@ SLEEP_BETWEEN_TAP - Delay Between Taps

Sets the interval time between taps (clicks). This prevents too frequent tapping.

@@ -231,7 +229,7 @@ RANDOM_DELAY_IN_RUN - Random Delay at Startup

Defines the range of random delay applied to each account before starting the bot. This helps to start each account separately rather than simultaneously.

@@ -264,9 +262,10 @@ For each session, you can create a profile with unique data: } } ``` -> ❕ Note: session1 and session2 are example session names. -> If headers or fingerprint are empty, [default](bot/utils/default.py) data will be used. -> Field `tonAddress` connects TON wallet to game, if there is no connected address. +> [!NOTE] +> `session1` and `session2` are example session names. +> If `headers` or `fingerprint` are empty, [default](bot/utils/default.py) values will be used. +> Field `tonAddress` connects TON wallet to game, if there is no connected. ## ⚡ Quick Start @@ -286,7 +285,7 @@ Before you start, make sure you have the following installed: ## 🧱 Installation -You can download the [**Repository**](https://github.com/shamhi/HamsterKombatBot) by cloning it to your system and installing the required dependencies: +You can clone the [**Repository**](https://github.com/shamhi/HamsterKombatBot) to your system and installing the required dependencies: ```shell ~ >>> git clone https://github.com/shamhi/HamsterKombatBot.git ~ >>> cd HamsterKombatBot @@ -307,6 +306,8 @@ You can download the [**Repository**](https://github.com/shamhi/HamsterKombatBot ~/HamsterKombatBot >>> # Open the .env file and enter your API_ID and API_HASH ~/HamsterKombatBot >>> python main.py ``` + +> [!TIP] > To install as a Linux service for background operation of the bot, see [here](docs/LINUX-SERVIS-INSTALL.md). diff --git a/README.md b/README.md index d7d54ee..27252a0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ ![demo image](.github/images/demo.png) + ## ⚙ [Настройки](.env-example)
API_ID / API_HASH - Данные платформы @@ -261,12 +262,10 @@ } } ``` - - > [!NOTE] > `session1` и `session2` - это примеры названий сессий. -> Если `headers` или `fingerprint` пусты, то возьмутся [дефолтные](bot/utils/default.py) данные. -> Поле `tonAddress` подключает TON кошелек к игре, если нет подключенного адреса. +> Если `headers` или `fingerprint` пусты, то возьмутся [дефолтные](bot/utils/default.py) значения. +> Поле `tonAddress` подключает TON кошелек к игре, если нет подключенного. ## ⚡ Быстрый старт