luoshuijs
4b1a2128ab
🐛 Fix Missing Parameters
...
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-09-11 21:24:05 +08:00
洛水居室
c6799187dd
🎨 Improve Cookies Status Update Handler
2023-09-10 02:08:11 +08:00
洛水居室
8b4274482c
🎨 Improve log
2023-09-10 01:53:50 +08:00
luoshuijs
b208e31503
🎨 Add cookies status update
2023-09-09 23:56:53 +08:00
洛水居室
3ae7157b73
🐛 Fix ChatPermissions
changes
2023-09-09 23:38:31 +08:00
7c56d688b2
🐛 Fix telegram api 6.8 changes
2023-09-09 23:03:35 +08:00
omg-xtao
16a718129b
✨ Add job - daily_refresh_cookies
2023-09-09 22:10:58 +08:00
洛水居室
2bed5f8743
🐛 Fix overseas account birthday card causing cookie refresh issue
...
Fixed an issue where obtaining birthday cards with overseas accounts caused abnormal Cookies refresh.
2023-09-07 23:17:23 +08:00
洛水居室
b4ef81dae6
🎨 Update code style in utils/enkanetwork.py
2023-09-06 15:53:02 +08:00
luoshuijs
f1de1c987d
🎨 Fix Some Issues Identified
...
🎨 Improve f-string used without any expression
🎨 Remove unnecessary else / elif used after return
2023-09-06 15:27:03 +08:00
dependabot[bot]
656b1e8404
⬆️ Bump tornado from 6.3.2 to 6.3.3
...
Bumps [tornado](https://github.com/tornadoweb/tornado ) from 6.3.2 to 6.3.3.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst )
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.2...v6.3.3 )
---
updated-dependencies:
- dependency-name: tornado
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 15:14:24 +08:00
洛水居室
2686cb7bd0
🔥 Remove workflows tests
2023-09-06 15:10:45 +08:00
luoshuijs
f401725ab0
🔥 Remove aiohttp
2023-09-06 11:21:54 +08:00
luoshuijs
1f73588e28
✨ Replace aiohttp with httpx in enkanetwork.py
2023-09-06 11:12:46 +08:00
dependabot[bot]
0392236bcd
⬆️ Bump python-telegram-bot from 20.4 to 20.5
...
Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot ) from 20.4 to 20.5.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases )
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v20.4...v20.5 )
---
updated-dependencies:
- dependency-name: python-telegram-bot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-06 10:59:36 +08:00
d4b488c1ab
🍱 Update 4.0 pool
2023-09-05 12:39:13 +08:00
dependabot[bot]
0b28449e80
⬆️ Bump alembic from 1.11.3 to 1.12.0
...
Bumps [alembic](https://github.com/sqlalchemy/alembic ) from 1.11.3 to 1.12.0.
- [Release notes](https://github.com/sqlalchemy/alembic/releases )
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES )
- [Commits](https://github.com/sqlalchemy/alembic/commits )
---
updated-dependencies:
- dependency-name: alembic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-03 16:39:42 +08:00
dependabot[bot]
82bce512a0
⬆️ Bump sentry-sdk from 1.29.2 to 1.30.0
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.29.2 to 1.30.0.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.29.2...1.30.0 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-03 16:36:06 +08:00
631dea7700
🐛 Fix wish and pay log PlayerNotFoundError
2023-09-01 10:04:39 +08:00
f7e9412125
🎨 Extend gacha log photo width
2023-08-29 15:20:02 +08:00
洛水居室
d945b91a9d
🐛 Fix the missing account_id
field when setting the Cookies
2023-08-28 20:23:18 +08:00
dbffd308e6
✨ Support UIGF v2.3
2023-08-27 15:14:05 +08:00
luoshuijs
468ed22a26
✨ Mask sensitive information in player id
2023-08-26 18:19:00 +08:00
洛水居室
54b8ee65f7
🐛 Fix client unable to get player stats data
...
Previously, the client couldn't retrieve the latest player stats from the `client.get_genshin_user()` function without first browsing the application. It was necessary to call `client.get_record_cards()` to trigger a refresh.
2023-08-22 10:20:11 +08:00
omg-xtao
5e18290f9a
⚡ Handle All PlayerNotFoundError, CookiesNotFoundError
2023-08-21 22:42:44 +08:00
e2095edf81
🐛 Fix auto refresh cookies
2023-08-21 21:28:48 +08:00
dependabot[bot]
b41c0ab400
⬆️ Bump thefuzz from 0.19.0 to 0.20.0
...
Bumps [thefuzz](https://github.com/seatgeek/thefuzz ) from 0.19.0 to 0.20.0.
- [Changelog](https://github.com/seatgeek/thefuzz/blob/master/CHANGES.rst )
- [Commits](https://github.com/seatgeek/thefuzz/compare/0.19.0...0.20.0 )
---
updated-dependencies:
- dependency-name: thefuzz
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 21:27:49 +08:00
omg-xtao
f1e8bb618e
♻️ Move FightPropRule to submodule
2023-08-21 17:17:45 +08:00
luoshuijs
eb3752923e
🎨 Refactor download_icon
for improved readability and efficiency
2023-08-21 17:17:15 +08:00
洛水居室
7d9ddfc0e8
🐛 Fix unexpected value
2023-08-21 16:35:01 +08:00
洛水居室
3b1460a177
🎨 Update Material Domain Data
2023-08-21 12:39:38 +08:00
洛水居室
c6e4ca4f30
🎨 Update TimeoutException Log
2023-08-21 12:06:27 +08:00
洛水居室
5e814d5a68
✨ Add hydroculi to genshin stats
2023-08-21 10:05:08 +08:00
dependabot[bot]
b87e5d66e9
⬆️ Bump alembic from 1.11.2 to 1.11.3
...
Bumps [alembic](https://github.com/sqlalchemy/alembic ) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/sqlalchemy/alembic/releases )
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES )
- [Commits](https://github.com/sqlalchemy/alembic/commits )
---
updated-dependencies:
- dependency-name: alembic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-20 20:45:28 +08:00
luoshuijs
5c26a65c58
🐛 Fix incorrect matching with commands containing @
...
Resolved the issue where commands with an '@' symbol, such as "/abyss@MasterBot", were not being matched correctly due to the regular expression pattern. The pattern has been updated to handle such cases.
2023-08-20 20:43:58 +08:00
2cc1d98a2d
🐛 Fix stoken v2 do not save mid
2023-08-16 23:00:44 +08:00
b8814f9764
🍱 Update 4.0 pool
2023-08-16 13:10:54 +08:00
dependabot[bot]
c94b959e90
⬆️ Bump fakeredis from 2.17.0 to 2.18.0
...
Bumps [fakeredis](https://github.com/cunla/fakeredis-py ) from 2.17.0 to 2.18.0.
- [Release notes](https://github.com/cunla/fakeredis-py/releases )
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.17.0...v2.18.0 )
---
updated-dependencies:
- dependency-name: fakeredis
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 23:06:38 +08:00
dependabot[bot]
9663694cbc
⬆️ Bump aiofiles from 23.2.0 to 23.2.1
...
Bumps [aiofiles](https://github.com/Tinche/aiofiles ) from 23.2.0 to 23.2.1.
- [Release notes](https://github.com/Tinche/aiofiles/releases )
- [Commits](https://github.com/Tinche/aiofiles/commits )
---
updated-dependencies:
- dependency-name: aiofiles
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 22:09:29 +08:00
dependabot[bot]
c3c849ede5
⬆️ Bump redis from 4.6.0 to 5.0.0
...
Bumps [redis](https://github.com/redis/redis-py ) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v4.6.0...v5.0.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-15 18:50:35 +08:00
dependabot[bot]
a39a5d3b7e
⬆️ Bump aiofiles from 23.1.0 to 23.2.0
...
Bumps [aiofiles](https://github.com/Tinche/aiofiles ) from 23.1.0 to 23.2.0.
- [Commits](https://github.com/Tinche/aiofiles/compare/v23.1.0...v23.2.0 )
---
updated-dependencies:
- dependency-name: aiofiles
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-09 21:17:23 +08:00
Stēlla Caerulea
a0faa12952
🐛 Change the calculation for up-average pulls
...
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-08-09 20:49:06 +08:00
omg-xtao
6aac339b20
✨ qlogin support get full token
2023-08-09 13:08:56 +08:00
omg-xtao
cb36cbbd73
♻️ Move core to git submodule
2023-08-05 13:45:38 +08:00
dependabot[bot]
8f78bf1d72
⬆️ Bump rich from 13.5.1 to 13.5.2
...
Bumps [rich](https://github.com/Textualize/rich ) from 13.5.1 to 13.5.2.
- [Release notes](https://github.com/Textualize/rich/releases )
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Textualize/rich/compare/v13.5.1...v13.5.2 )
---
updated-dependencies:
- dependency-name: rich
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 19:15:08 +08:00
dependabot[bot]
51f15537bb
⬆️ Bump cryptography from 41.0.2 to 41.0.3
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 41.0.2 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 19:07:07 +08:00
e4b138bc57
🐛 Fix task job raise StaleDataError
2023-08-04 09:56:34 +08:00
omg-xtao
865f29bd77
♻️ separate core code
...
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-08-02 20:11:35 +08:00
af2e9bdb9b
🐛 Fix abyss floor IndexError
2023-08-02 15:18:11 +08:00
dependabot[bot]
89d9d2f49c
⬆️ Bump sentry-sdk from 1.28.1 to 1.29.2
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 1.28.1 to 1.29.2.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/1.28.1...1.29.2 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-02 13:55:00 +08:00