Skip to content

Commit

Permalink
πŸ“„ Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shamhi committed Aug 31, 2024
1 parent 81831d5 commit da0a9a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,6 @@
</ul>
</details>

<details>
<summary><b>USE_RANDOM_MINI_GAME_KEY</b> - Use Random Mini Game Key</summary>
<p>Option to use a random key when participating in mini-games. Necessary if you have many accounts running simultaneously to avoid overloading the system.</p>
<ul>
<li><strong>Example:</strong> <code>True / False</code></li>
<li><strong>Default:</strong> <code>True</code></li>
</ul>
</details>

<details>
<summary><b>AUTO_COMPLETE_TASKS</b> - Complete Tasks</summary>
<p>This feature allows the bot to automatically complete tasks if they are available.</p>
Expand Down Expand Up @@ -292,7 +283,6 @@ You can download the [**Repository**](https://github.com/shamhi/HamsterKombatBot
~/HamsterKombatBot >>> python3 -m venv venv
~/HamsterKombatBot >>> source venv/bin/activate
~/HamsterKombatBot >>> pip3 install -r requirements.txt
~/HamsterKombatBot >>> playwright install
~/HamsterKombatBot >>> cp .env-example .env
~/HamsterKombatBot >>> nano .env # Enter your API_ID and API_HASH
~/HamsterKombatBot >>> python3 main.py
Expand All @@ -301,7 +291,6 @@ You can download the [**Repository**](https://github.com/shamhi/HamsterKombatBot
~/HamsterKombatBot >>> python -m venv venv
~/HamsterKombatBot >>> venv\Scripts\activate
~/HamsterKombatBot >>> pip install -r requirements.txt
~/HamsterKombatBot >>> playwright install
~/HamsterKombatBot >>> copy .env-example .env
~/HamsterKombatBot >>> # Open the .env file and enter your API_ID and API_HASH
~/HamsterKombatBot >>> python main.py
Expand Down
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,6 @@
</ul>
</details>

<details>
<summary><b>USE_RANDOM_MINI_GAME_KEY</b> - ИспользованиС Ρ€Π°Π½Π΄ΠΎΠΌΠ½ΠΎΠ³ΠΎ ΠΊΠ»ΡŽΡ‡Π° для ΠΌΠΈΠ½ΠΈ ΠΈΠ³Ρ€Ρ‹</summary>
<p>ΠžΠΏΡ†ΠΈΡ для использования случайного ΠΊΠ»ΡŽΡ‡Π° ΠΏΡ€ΠΈ участии Π² ΠΌΠΈΠ½ΠΈ-ΠΈΠ³Ρ€Π°Ρ…. НСобходима, Ссли Ρƒ вас ΠΎΠ΄Π½ΠΎΠ²Ρ€Π΅ΠΌΠ΅Π½Π½ΠΎ Ρ€Π°Π±ΠΎΡ‚Π°ΡŽΡ‚ ΠΌΠ½ΠΎΠ³ΠΎ Π°ΠΊΠΊΠ°ΡƒΠ½Ρ‚ΠΎΠ², Ρ‡Ρ‚ΠΎΠ±Ρ‹ Π½Π΅ ΠΏΠ΅Ρ€Π΅Π³Ρ€ΡƒΠΆΠ°Ρ‚ΡŒ систСму</p>
<ul>
<li><strong>ΠŸΡ€ΠΈΠΌΠ΅Ρ€:</strong> <code>True / False</code></li>
<li><strong>Π”Π΅Ρ„ΠΎΠ»Ρ‚:</strong> <code>True</code></li>
</ul>
</details>

<details>
<summary><b>AUTO_COMPLETE_TASKS</b> - Π’Ρ‹ΠΏΠΎΠ»Π½Π΅Π½ΠΈΠ΅ Π·Π°Π΄Π°Π½ΠΈΠΉ</summary>
<p>Π­Ρ‚Π° функция позволяСт Π±ΠΎΡ‚Ρƒ автоматичСски Π²Ρ‹ΠΏΠΎΠ»Π½ΡΡ‚ΡŒ Π·Π°Π΄Π°Ρ‡ΠΈ, Ссли ΠΎΠ½ΠΈ доступны.</p>
Expand Down Expand Up @@ -292,7 +283,6 @@
~/HamsterKombatBot >>> python3 -m venv venv
~/HamsterKombatBot >>> source venv/bin/activate
~/HamsterKombatBot >>> pip3 install -r requirements.txt
~/HamsterKombatBot >>> playwright install
~/HamsterKombatBot >>> cp .env-example .env
~/HamsterKombatBot >>> nano .env # Π£ΠΊΠ°ΠΆΠΈΡ‚Π΅ ваши API_ID ΠΈ API_HASH
~/HamsterKombatBot >>> python3 main.py
Expand All @@ -301,7 +291,6 @@
~/HamsterKombatBot >>> python -m venv venv
~/HamsterKombatBot >>> venv\Scripts\activate
~/HamsterKombatBot >>> pip install -r requirements.txt
~/HamsterKombatBot >>> playwright install
~/HamsterKombatBot >>> copy .env-example .env
~/HamsterKombatBot >>> # ΠžΡ‚ΠΊΡ€ΠΎΠΉΡ‚Π΅ Ρ„Π°ΠΉΠ» .env ΠΈ ΡƒΠΊΠ°ΠΆΠΈΡ‚Π΅ ваши API_ID ΠΈ API_HASH
~/HamsterKombatBot >>> python main.py
Expand Down

0 comments on commit da0a9a8

Please sign in to comment.