Compare commits
16 Commits
v2.0
...
086b420b18
Author | SHA1 | Date | |
---|---|---|---|
086b420b18 | |||
fc8c3ac7d2 | |||
f132b69750 | |||
1176d599cd | |||
1a5d402cb0 | |||
e52e3a6a36 | |||
594b393b71 | |||
0a61d9549c | |||
d626d96eff | |||
81947b502c | |||
6afb65dfca | |||
0a1d029ed8 | |||
623be3e8ea | |||
fde956d2bc | |||
83efc26aa5 | |||
3d139fda27
|
15
README.md
15
README.md
@@ -14,16 +14,19 @@ Simple yet helpful bot to check BWT Aqua's card balance
|
|||||||
1. Download package
|
1. Download package
|
||||||
1. `git clone https://git.end-play.xyz/profitroll/BWTAqua.git`
|
1. `git clone https://git.end-play.xyz/profitroll/BWTAqua.git`
|
||||||
2. `cd BWTAqua`
|
2. `cd BWTAqua`
|
||||||
|
|
||||||
2. Create venv
|
2. Create venv
|
||||||
1. `python3 -m venv .venv`
|
1. `python3 -m venv .venv`
|
||||||
2. `source .venv/bin/activate`
|
2. `source .venv/bin/activate`
|
||||||
3. Install needed modules:
|
|
||||||
|
3. Install needed modules
|
||||||
* `pip install -r requirements.txt`
|
* `pip install -r requirements.txt`
|
||||||
4. Configure the bot:
|
|
||||||
1. `cd ..`
|
4. Configure the bot
|
||||||
2. `nano config.json` (You can use any other text editor actually, for example `vim`)
|
* `nano config.json` (You can use any other text editor actually, for example `vim`)
|
||||||
5. Run the bot:
|
|
||||||
* `python bwtbot.py`
|
5. Run the bot
|
||||||
|
* `python main.py`
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
@@ -3,8 +3,8 @@ beautifulsoup4~=4.12.2
|
|||||||
convopyro==0.5
|
convopyro==0.5
|
||||||
pykeyboard==0.1.5
|
pykeyboard==0.1.5
|
||||||
requests-html==0.10.0
|
requests-html==0.10.0
|
||||||
selenium~=4.11.2
|
selenium~=4.16.0
|
||||||
tgcrypto==1.2.5
|
tgcrypto==1.2.5
|
||||||
uvloop==0.17.0
|
uvloop==0.19.0
|
||||||
--extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple
|
--extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple
|
||||||
libbot[speed,pyrogram]==2.0.1
|
libbot[speed,pyrogram]==60
|
Reference in New Issue
Block a user