Fixed main script name
This commit is contained in:
parent
745e89c8a6
commit
3d139fda27
15
README.md
15
README.md
@ -14,16 +14,19 @@ Simple yet helpful bot to check BWT Aqua's card balance
|
|||||||
1. Download package
|
1. Download package
|
||||||
1. `git clone https://git.end-play.xyz/profitroll/BWTAqua.git`
|
1. `git clone https://git.end-play.xyz/profitroll/BWTAqua.git`
|
||||||
2. `cd BWTAqua`
|
2. `cd BWTAqua`
|
||||||
|
|
||||||
2. Create venv
|
2. Create venv
|
||||||
1. `python3 -m venv .venv`
|
1. `python3 -m venv .venv`
|
||||||
2. `source .venv/bin/activate`
|
2. `source .venv/bin/activate`
|
||||||
3. Install needed modules:
|
|
||||||
|
3. Install needed modules
|
||||||
* `pip install -r requirements.txt`
|
* `pip install -r requirements.txt`
|
||||||
4. Configure the bot:
|
|
||||||
1. `cd ..`
|
4. Configure the bot
|
||||||
2. `nano config.json` (You can use any other text editor actually, for example `vim`)
|
* `nano config.json` (You can use any other text editor actually, for example `vim`)
|
||||||
5. Run the bot:
|
|
||||||
* `python bwtbot.py`
|
5. Run the bot
|
||||||
|
* `python main.py`
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user