Compare commits
No commits in common. "dffa29705faaf8d80f054347686dc99049f919c5" and "57d4d1ce5ce282fef5742df7f111c340a00ca235" have entirely different histories.
dffa29705f
...
57d4d1ce5c
@ -3,8 +3,6 @@
|
||||
|
||||
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
|
||||
* nodejs & npm
|
||||
* python3
|
||||
@ -16,7 +14,10 @@ Simple yet helpful bot to check BWT Aqua's card balance
|
||||
2. `cd BWTAqua`
|
||||
2. Install needed modules:
|
||||
* `python3 -m pip install -r requirements.txt`
|
||||
3. Install and configure Selenium Server
|
||||
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`)
|
||||
|
Reference in New Issue
Block a user