Simple yet helpful bot to check BWT Aqua's card balance
Go to file
Profitroll e1734376fe Merge pull request 'Update dependency puppeteer to v21' (#26) from renovate/puppeteer-21.x into master
Reviewed-on: #26
2023-08-02 17:31:44 +03:00
PageSaver Update dependency puppeteer to v21 2023-08-02 16:24:25 +03:00
data Initial commit 2022-09-08 12:12:25 +02:00
locale WIP: Improvements 2023-07-14 12:36:42 +02:00
logs Initial commit 2022-09-08 12:12:25 +02:00
modules Replaced owner_id with app.owner 2023-07-14 12:42:47 +02:00
plugins Replaced owner_id with app.owner 2023-07-14 12:42:47 +02:00
.gitignore Added executable path 2023-07-14 12:07:06 +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 Formatted README 2023-03-18 00:52:36 +01:00
bwtbot.py Replaced app 2023-07-14 12:39:12 +02:00
config_example.json Moving to example config 2023-07-14 12:40:00 +02:00
requirements.txt Update dependency libbot to v1.9 2023-07-26 15:23:58 +03: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.