Commit Graph

40 Commits

Author SHA1 Message Date
037f5ef3d2
Support zzz agent detail 2024-07-06 17:31:50 +08:00
0e51d50a05
Support zzz action log 2024-07-06 13:35:04 +08:00
bc4c4053a3
⬆️ Update playwright requirement from 1.44.0 to 1.45.0 2024-07-06 13:03:04 +08:00
omg-xtao
d072dc57ec
Support signal_log avatar weapon command 2024-07-05 22:10:36 +08:00
fc28f68bd0
👷 Update to MibooGram 2024-07-04 19:09:48 +08:00
omg-xtao
2519be8d59
Support hoyolab post plugin 2024-06-27 00:18:45 +08:00
2494ebd331
⬆️ Update aiofiles requirement from ^23.2.1 to ^24.1.0 2024-06-25 22:30:51 +08:00
6d2e440f92
Support webhook 2024-06-23 00:33:36 +08:00
519c46e619
⬆️ Update influxdb-client requirement to 1.43.0 2024-06-18 20:13:33 +08:00
2ef50e7efe
🐛 Fix Too Many Request in avatar list 2024-06-12 21:35:22 +08:00
710c3db50a
⬆️ Update playwright requirement from 1.39.0 to 1.44.0 2024-06-11 20:40:51 +08:00
omg-xtao
01ed49f28b
⬆️ Upgrade python-telegram-bot to 21.x 2024-06-11 00:58:39 +08:00
omg-xtao
ad484294d5
🔧 Change dependency tool to pdm 2024-06-04 19:35:23 +08:00
luoshuijs
cc5b9fb8aa
Remove pyppeteer 2023-10-09 20:01:19 +08:00
omg-xtao
16a718129b
Add job - daily_refresh_cookies 2023-09-09 22:10:58 +08:00
omg-xtao
cb36cbbd73
♻️ Move core to git submodule 2023-08-05 13:45:38 +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
luoshuijs
c1012d206b
Use SIMNet and Remove genshin.py
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-07-18 17:29:31 +08:00
omg-xtao
30ea0b99cb
🚚 Isolated recognize method 2023-04-22 21:14:31 +08:00
洛水居室
115532b698
⬆️ Upgrade dependencies.txt 2023-04-03 16:17:40 +08:00
洛水居室
de7a2d2146
👷 Add Update Lockfile and Requirements Workflow 2023-04-03 15:42:46 +08:00
bf9a4478a3
⬆️ Bump all dependencies
fix #497
2023-03-27 19:55:39 +08:00
洛水居室
444d3e2bdc
Support SQLite 2023-03-25 11:17:38 +08:00
omg-xtao
25f36a0fea
⬆️ Bump all dependencies 2023-03-14 12:29:33 +00:00
洛水居室
233e7ab58d
♻️ PaiGram V4
Co-authored-by: luoshuijs <luoshuijs@outlook.com>
Co-authored-by: Karako <karakohear@gmail.com>
Co-authored-by: xtaodada <xtao@xtaolink.cn>
2023-03-14 09:27:22 +08:00
dependabot[bot]
b4ae563287
⬆ Update uvicorn[standard] requirement from ~=0.19.0 to ~=0.21.0
Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.19.0...0.21.0)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  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-03-10 19:19:54 +08:00
洛水居室
ba1af89770
⬆ Update requirements.txt 2023-03-10 09:54:15 +08:00
omg-xtao
87d7052697
🐛 Fix character wiki 2023-03-07 21:29:24 +08:00
omg-xtao
18d2590374
☁️ Use remote birthday 2023-02-28 22:15:48 +08:00
omg-xtao
f564a1db02
♻️ Refactor Map 2023-02-19 18:12:47 +08:00
5945d7451e
⬆️ Upgrade EnkaNetwork 2023-02-19 14:20:34 +08:00
1835eae244
⬆️ Bump all dependencies 2023-02-15 17:44:59 +08:00
Karako
320fadc5cb
🔧 更换项目的包管理工具为 poetry 2022-09-03 00:50:11 +08:00
Li Chuangbo
14299b998a
⬆ 依赖更新 sqlmodel 解决 SAWarning
See https://github.com/tiangolo/sqlmodel/issues/189#issuecomment-1230034119
2022-09-02 23:28:38 +08:00
洛水居室
7f547f264f
⬆ 依赖更新 genshin 并移除 aiomysql 2022-09-02 22:37:04 +08:00
洛水居室
2b76ce9258
⬆ 更新依赖 2022.8.27 2022-08-27 21:42:55 +08:00
Chuangbo Li
059bcd5e70
🔧 使用 dotenv 重构 config
* 🔧 使用 dotenv 重构 config

默认配置从 config.json 移动到 config.py 中。如果要覆盖默认配置,在根目录创建
.env 文件按照 .env.example 的例子编辑。

这个方案的优点是:

* 支持写注释
* 以后如果新增配置项,如果用默认值就可以,不需要修改 .env 文件
* 如果通过 serverless、docker 或者 k8s 部署,方便不用修改文件,直接注入环境变量
  修改配置
2022-08-26 23:10:27 +08:00
洛水居室
9e7637203a
♻ 重构 mysql 通信模块
移除 `aiomysql` 依赖
添加 `SQLAlchemy` `sqlmodel` `asyncmy` 依赖
2022-08-04 21:18:23 +08:00
洛水居室
ec0731a1ce
⬆ 更新依赖 2022-08-04 21:11:32 +08:00
洛水居室
27eea58352
Initial commit 2022-07-26 18:07:31 +08:00