Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
masterking32 authored Aug 15, 2024
1 parent c66b44f commit bca0366
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,27 @@ Master Hamster Kombat Bot is a Python-based automation tool specifically designe
<hr>

## 💻 Installation

1. Install Python 3.
2. Install the required packages,
1. Install Git & Download the Project.
```bash
git clone https://github.com/masterking32/MasterHamsterKombatBot
```
2. Install Python 3.
3. Install the required packages,

```bash
pip install requests colorlog
```

3. Add your accounts
4. Add your accounts

- Copy the `config.py.example` file to `config.py`.
- Copy the `config.py.example` file to `config.py`. (`cp config.py.example config.py`)

- Locate your `Authorization Bearer token` and place it in the `config.py` file. [How to Obtain a Token and Set Up the Bot?](https://www.youtube.com/watch?v=cjWE7DmMFgw)
- [Find your device's UserAgent](https://github.com/masterking32/MasterHamsterKombatBot/blob/main/useful_files/user-agents.md) and place it in the `config.py` file.
- Configure accounts

4. Execute the command `py main.py`.
5. Have fun!
5. Execute the command `py main.py`.
6. Have fun!

<hr>

Expand Down

0 comments on commit bca0366

Please sign in to comment.