23 Commits
master ... dev

Author SHA1 Message Date
a5680538b2 Merge pull request 'Update dependency uvloop to v0.20.0' (#76) from renovate/uvloop-0.x into dev
Reviewed-on: #76
2024-08-15 23:48:27 +03:00
8ba4648404 Update dependency uvloop to v0.20.0 2024-08-15 23:26:12 +03:00
3fba994ed3 Update dependency selenium to ~=4.23.0 (#75) 2024-07-19 18:34:58 +03:00
ae31d36641 Update dependency selenium to ~=4.23.0 2024-07-19 08:50:41 +03:00
fb958d3e11 Merge pull request 'Update dependency libbot to v3.2.3' (#74) from renovate/libbot-3.x into dev
Reviewed-on: #74
2024-07-10 08:12:36 +03:00
30426486ef Update dependency libbot to v3.2.3 2024-07-10 00:44:36 +03:00
754cc86ace Merge pull request 'Update dependency selenium to ~=4.22.0' (#73) from renovate/selenium-4.x into dev
Reviewed-on: #73
2024-06-21 00:23:59 +03:00
6b0c154f02 Update dependency selenium to ~=4.22.0 2024-06-20 23:55:32 +03:00
734ef19f16 Merge pull request 'Update dependency libbot to v3.2.2' (#72) from renovate/libbot-3.x into dev
Reviewed-on: #72
2024-05-26 23:58:31 +03:00
892528a0a8 Update dependency libbot to v3.2.2 2024-05-26 23:13:27 +03:00
5b7bca03b9 Merge pull request 'Update dependency libbot to v3.2.1' (#71) from renovate/libbot-3.x into dev
Reviewed-on: #71
2024-05-26 19:40:22 +03:00
29f3181a9a Update dependency libbot to v3.2.1 2024-05-26 19:02:18 +03:00
d6ed98b465 Merge pull request 'Update dependency libbot to v3.1.0' (#70) from renovate/libbot-3.x into dev
Reviewed-on: #70
2024-05-24 22:46:48 +03:00
86548cee62 Update dependency libbot to v3.1.0 2024-05-24 22:42:59 +03:00
3337418ece Merge pull request 'Update dependency selenium to ~=4.21.0' (#69) from renovate/selenium-4.x into dev
Reviewed-on: #69
2024-05-19 12:47:48 +03:00
f3f4063edb Update dependency selenium to ~=4.21.0 2024-05-16 15:03:39 +03:00
8d72151595 Update dependency selenium to ~=4.20.0 (#68) 2024-04-25 17:18:33 +03:00
c9e80087fb Update dependency selenium to ~=4.20.0 2024-04-24 23:32:52 +03:00
3d6201a8c9 Removed .vscode 2024-03-27 21:26:51 +01:00
7c2e636621 Merge branch 'master' into dev 2024-03-27 21:23:46 +01:00
dffa29705f - 2022-12-15 12:40:15 +01:00
6ee5c227c6 Added notice that this is a dev branch 2022-12-15 12:39:56 +01:00
57d4d1ce5c Working on selenium migration 2022-12-15 12:00:01 +01:00
4 changed files with 13 additions and 4 deletions

2
.gitignore vendored
View File

@@ -161,5 +161,5 @@ venv
venv_linux
venv_windows
.vscode
.vscode/
data/

View File

@@ -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
View 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"])

View File

@@ -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.23.0
tgcrypto==1.2.5
uvloop==0.19.0
uvloop==0.20.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.3