Simple yet helpful bot to check BWT Aqua's card balance
Go to file
Profitroll cb3ec42f95 Update .renovaterc 2024-03-27 23:14:57 +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 Update .renovaterc 2024-03-27 23:14:57 +02:00
LICENSE Initial commit 2022-09-08 12:23:22 +03:00
README.md Fixed main script name 2023-08-23 14:24:12 +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 Update dependency selenium to ~=4.19.0 2024-03-27 17:38:55 +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

    • nano config.json (You can use any other text editor actually, for example vim)
  5. 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.