From 3d139fda277cb52e1723ff1bf226156a983e2bec Mon Sep 17 00:00:00 2001 From: profitroll Date: Wed, 23 Aug 2023 14:24:12 +0200 Subject: [PATCH] Fixed main script name --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e84f43d..ed3b01a 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,19 @@ Simple yet helpful bot to check BWT Aqua's card balance 1. Download package 1. `git clone https://git.end-play.xyz/profitroll/BWTAqua.git` 2. `cd BWTAqua` + 2. Create venv 1. `python3 -m venv .venv` 2. `source .venv/bin/activate` -3. Install needed modules: + +3. Install needed modules * `pip install -r requirements.txt` -4. Configure the bot: - 1. `cd ..` - 2. `nano config.json` (You can use any other text editor actually, for example `vim`) -5. Run the bot: - * `python bwtbot.py` + +4. Configure the bot + * `nano config.json` (You can use any other text editor actually, for example `vim`) + +5. Run the bot + * `python main.py` ## Configuration