Commit Graph

519 Commits

Author SHA1 Message Date
洛水居室
7a2efd16dd
🎨 Rename AddUserCommandData to SetUserUidCommandData 2022-12-01 18:31:38 +08:00
洛水居室
38ab907273
🔧 Update Dependencies
updated-dependencies:
- dependency-name: genshin
- dependency-name: h11
- dependency-name: httpcore
2022-12-01 11:37:50 +08:00
洛水居室
f2d10273af
🐛 Fix unresolved attribute reference 'hoyolab_uid'
Reason:
hoyolab_uid → hoyolab_id
- [genshin.py](8c71c0d965)
2022-12-01 11:27:10 +08:00
洛水居室
3573c68120
🎨 Update get cookies help message 2022-12-01 11:04:59 +08:00
洛水居室
56c8d66215
🎨 Update Wish Simulator command 2022-12-01 10:33:09 +08:00
洛水居室
80b96d4c51
🎨 Update get_args 2022-12-01 10:27:27 +08:00
洛水居室
29446e3443
🎨 Update headers of genshin.py 2022-12-01 09:29:15 +08:00
洛水居室
f3786b19f4
🔥 Remove pymysql 2022-11-30 16:45:53 +08:00
洛水居室
272f104166
🐛 Fix cookie can't be deleted 2022-11-30 12:02:52 +08:00
洛水居室
fb03f09b9d
Add delete user command 2022-11-30 11:49:48 +08:00
洛水居室
ba44956dd4
🐛 Fix error handler in callback query of error_callable
修复Bot在处理callback query的消息类型时回复的消息以和自动删除通知错误的问题
2022-11-30 11:08:19 +08:00
洛水居室
d5f8bf505a
🎨 Update get chat info of clean_message 2022-11-29 22:17:48 +08:00
41b9bac0f2
get_chat support show can_manage_topics 2022-11-29 21:48:10 +08:00
洛水居室
8331698a7c
🎨 Update set cookies command 2022-11-29 21:15:46 +08:00
洛水居室
6b00edde7c
Add special handler for TypeHandler of install_plugins 2022-11-29 20:07:43 +08:00
洛水居室
f19c9bd67a
Add get_chat function with cache 2022-11-29 12:52:19 +08:00
洛水居室
0e4b1cdc1b
Use Client.get_hoyolab_user to get hoyolab id 2022-11-28 22:46:09 +08:00
dependabot[bot]
980719f4aa
⬆️ Bump fastapi from 0.87.0 to 0.88.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.87.0 to 0.88.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.87.0...0.88.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 19:59:13 +08:00
洛水居室
a2656d2df7
Use create_deep_linked_url to create url 2022-11-28 16:38:49 +08:00
洛水居室
c090dd97ba
Add simplified processing of cookies 2022-11-27 18:42:49 +08:00
洛水居室
15532234b6
🎨 Update get cookie help message 2022-11-26 16:33:55 +08:00
omg-xtao
09b211d65d
Added code to get the old account_id 2022-11-26 16:31:05 +08:00
洛水居室
ceff8d0340
🎨 Added methods to generate the device_id from the v2 cookies 2022-11-26 15:58:13 +08:00
洛水居室
40e3ab0cce
Raise SystemExit exception after core initialization error to shut down the app 2022-11-25 18:02:18 +08:00
bcf9d8bfec
🐛 Fix invalid syntax 2022-11-25 17:01:35 +08:00
洛水居室
6cfe029a8d
🐛 Fix wrong params passed to isinstance 2022-11-25 16:42:09 +08:00
038ad5dba7
🍱 Update 3.3 resources 2022-11-25 16:21:55 +08:00
洛水居室
84e8d00831
⬆ Update PTB related dependencies and add version check 2022-11-25 15:33:25 +08:00
洛水居室
da0faf6d98
🎨 Handle NetworkError and TimedOut exceptions separately 2022-11-24 23:02:27 +08:00
洛水居室
4d67904118
🎨 Update help message 2022-11-24 11:48:37 +08:00
洛水居室
30b5f9329a
🎨 Improve exception handling and exception notification 2022-11-24 09:47:29 +08:00
洛水居室
57006259f1
🎨 Add get icon exception handling 2022-11-23 23:02:34 +08:00
洛水居室
2de87788b1
🎨 Add character and weapon icons to inline query 2022-11-23 22:56:07 +08:00
Karako
6db91e550c
🐛 fix assets service
Signed-off-by: Karako <karakohear@gmail.com>
2022-11-23 22:21:54 +08:00
Karako
ad8a81c373
add method get_link for AssetsService 2022-11-23 21:50:45 +08:00
dependabot[bot]
9135efdfc3
⬆️ Bump fakeredis from 1.10.0 to 2.0.0
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 1.10.0 to 2.0.0.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](https://github.com/cunla/fakeredis-py/compare/v1.10.0...v2.0.0)

---
updated-dependencies:
- dependency-name: fakeredis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-23 18:32:12 +08:00
洛水居室
e3783b6514
🔧 Ignore Code Style Commits in git blame 2022-11-23 09:24:00 +08:00
洛水居室
c7b0f530f7
🎨 black code 2022-11-23 09:11:29 +08:00
洛水居室
aa890c539f
🎨 Update help message 2022-11-23 08:59:25 +08:00
洛水居室
bb19c67453
🔧 Add Black in pre-commit 2022-11-23 08:47:03 +08:00
洛水居室
79b7244981
🎨 Add a way to get cookies in iOS platform 2022-11-23 08:22:27 +08:00
omg-xtao
7457fef7f3
🐛 Fix material character weapon miss 2022-11-22 18:36:52 +08:00
洛水居室
3f2a9b8ee9
🐛 Fix plugin can't upload log 2022-11-21 22:45:27 +08:00
洛水居室
cf2068a1cc
🐛 Fix log plugin import 2022-11-21 22:40:32 +08:00
洛水居室
827b97e36d
🎨 Add filters.ChatType.PRIVATE to Verify Command And Update Log 2022-11-21 20:50:25 +08:00
洛水居室
bda5f4fdd0
🎨 Improve error push 2022-11-21 14:57:12 +08:00
洛水居室
60b8e46924
🎨 Improve error handling in create_pb 2022-11-21 12:23:22 +08:00
洛水居室
84f0f4d5aa
🐛 Fix ValidationError exception thrown when WebAppData.data is None 2022-11-20 23:38:05 +08:00
洛水居室
c4db39c3df
🎨 Update verification reply text and log 2022-11-20 19:52:36 +08:00
洛水居室
2b83985efd
Add Webapp 2022-11-20 19:32:56 +08:00