Simple yet helpful bot to check BWT Aqua's card balance
Go to file
Profitroll 9fb509fc2b Changed conversation handler to convopyro 2023-03-18 01:15:21 +01:00
PageSaver User agent randomized 2023-01-14 13:24:44 +01:00
data Initial commit 2022-09-08 12:12:25 +02:00
logs Initial commit 2022-09-08 12:12:25 +02:00
modules Formatted everything with black 2023-03-18 00:52:15 +01:00
.gitignore ignoring .vscode now 2022-12-15 12:05:22 +01:00
LICENSE Initial commit 2022-09-08 12:23:22 +03:00
README.md Formatted README 2023-03-18 00:52:36 +01:00
bwtbot.py Changed conversation handler to convopyro 2023-03-18 01:15:21 +01:00
config.json Option to use compiled page saver 2022-09-08 13:04:37 +02:00
functions.py Formatted everything with black 2023-03-18 00:52:15 +01:00
requirements.txt Changed conversation handler to convopyro 2023-03-18 01:15:21 +01:00
strings.json Changed conversation handler to convopyro 2023-03-18 01:15:21 +01:00

README.md

BWTAqua

License: GPL v3

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

Requirements

  • nodejs & npm
  • python3
  • git

Installation

  1. Download package
    1. git clone https://git.end-play.xyz/profitroll/BWTAqua.git
    2. cd BWTAqua
  2. Install needed modules:
    • python3 -m pip install -r requirements.txt
  3. Install PageSaver:
    1. cd PageSaver
    2. npm install
    3. chmod +x pageSaver (If you want to use compiled page saver)
  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:
    • python3 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.