Simple yet helpful bot to check BWT Aqua's card balance
classes | ||
locale | ||
modules | ||
plugins | ||
.gitignore | ||
.renovaterc | ||
commands.json | ||
config_example.json | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt |
BWTAqua
Simple yet helpful bot to check BWT Aqua's card balance
⚠️ Please note that this branch is made for testing only so it can sometimes work strange or do not work at all.
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.