Compare commits
1 Commits
dev
...
ab67848001
Author | SHA1 | Date | |
---|---|---|---|
ab67848001 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -161,5 +161,5 @@ venv
|
|||||||
venv_linux
|
venv_linux
|
||||||
venv_windows
|
venv_windows
|
||||||
|
|
||||||
.vscode/
|
.vscode
|
||||||
data/
|
data/
|
15
.renovaterc
15
.renovaterc
@@ -2,20 +2,5 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
|
||||||
"baseBranches": [
|
|
||||||
"dev"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchUpdateTypes": [
|
|
||||||
"minor",
|
|
||||||
"patch",
|
|
||||||
"pin",
|
|
||||||
"digest"
|
|
||||||
],
|
|
||||||
"automerge": true
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
Simple yet helpful bot to check BWT Aqua's card balance
|
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
|
## Requirements
|
||||||
|
|
||||||
* Python 3.8+
|
* Python 3.8+
|
||||||
|
@@ -1,7 +0,0 @@
|
|||||||
#-*- 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"])
|
|
@@ -1,10 +1,10 @@
|
|||||||
apscheduler~=3.10.4
|
apscheduler~=3.10.4
|
||||||
beautifulsoup4~=4.12.2
|
beautifulsoup4~=4.12.2
|
||||||
convopyro==0.5
|
convopyro==0.5
|
||||||
pykeyboard==0.1.7
|
pykeyboard==0.1.5
|
||||||
requests-html==0.10.0
|
requests-html==0.10.0
|
||||||
selenium~=4.23.0
|
selenium~=4.15.0
|
||||||
tgcrypto==1.2.5
|
tgcrypto==1.2.5
|
||||||
uvloop==0.20.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]==3.2.3
|
libbot[speed,pyrogram]==56
|
Reference in New Issue
Block a user