1.1 KiB
1.1 KiB
BWTAqua
Simple yet helpful bot to check BWT Aqua's card balance
Requirements
- Python 3.8+
- git
Installation
-
Download package
git clone https://git.end-play.xyz/profitroll/BWTAqua.git
cd BWTAqua
-
Create venv
python3 -m venv .venv
source .venv/bin/activate
-
Install needed modules
pip install -r requirements.txt
-
Configure the bot
nano config.json
(You can use any other text editor actually, for examplevim
)
-
Run the bot
python main.py
Configuration
You can edit with vim, nano, whatever.
If you don't know where to find bot_token and your id - here you can find some hints:
get bot token,
get your id,
get api_hash and api_id.
Upgrading from v1.x
If you have just installed your fresh and new v2.x, migrate the database by starting the bot with --migrate
argument.