Simple yet helpful bot to check BWT Aqua's card balance
Go to file
Profitroll 745e89c8a6
Added a few chrome options
2023-08-23 14:19:39 +02:00
classes Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00
locale Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00
modules Added a few chrome options 2023-08-23 14:19:39 +02:00
plugins Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00
.gitignore Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00
.renovaterc Large refactor 2023-05-16 20:50:18 +02:00
LICENSE Initial commit 2022-09-08 12:23:22 +03:00
README.md Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00
commands.json Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00
config_example.json Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00
main.py Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00
requirements.txt Big and tasty update to v2.0 2023-08-23 14:13:17 +02:00

README.md

BWTAqua

License: GPL v3

Simple yet helpful bot to check BWT Aqua's card balance

Requirements

  • Python 3.8+
  • git

Installation

  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:
    • 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

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.