Compare commits
12 Commits
master
...
0be1cd9cbd
Author | SHA1 | Date | |
---|---|---|---|
0be1cd9cbd | |||
d6ed98b465 | |||
86548cee62 | |||
3337418ece | |||
f3f4063edb | |||
8d72151595 | |||
c9e80087fb | |||
3d6201a8c9
|
|||
7c2e636621
|
|||
dffa29705f | |||
6ee5c227c6 | |||
57d4d1ce5c |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -161,5 +161,5 @@ venv
|
||||
venv_linux
|
||||
venv_windows
|
||||
|
||||
.vscode
|
||||
.vscode/
|
||||
data/
|
@@ -4,6 +4,8 @@
|
||||
|
||||
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
|
||||
|
||||
* Python 3.8+
|
||||
|
7
modules/app.py
Normal file
7
modules/app.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#-*- coding: utf-8 -*-
|
||||
|
||||
from pyrogram.client import Client
|
||||
from functions import jsonLoad
|
||||
|
||||
config = jsonLoad("config.json")
|
||||
app = Client(config["bot_name"], api_id=config["api_id"], api_hash=config["api_hash"], bot_token=config["bot_token"])
|
@@ -3,8 +3,8 @@ beautifulsoup4~=4.12.2
|
||||
convopyro==0.5
|
||||
pykeyboard==0.1.7
|
||||
requests-html==0.10.0
|
||||
selenium~=4.19.0
|
||||
selenium~=4.21.0
|
||||
tgcrypto==1.2.5
|
||||
uvloop==0.19.0
|
||||
--extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple
|
||||
libbot[speed,pyrogram]==3.0.0
|
||||
libbot[speed,pyrogram]==3.2.0
|
||||
|
Reference in New Issue
Block a user