2025-02-05 00:07:17 +08:00
2024-07-16 02:38:05 +08:00
2025-02-05 00:07:17 +08:00
🎉 init
2023-01-03 21:34:55 +08:00
2025-02-05 00:07:17 +08:00
2023-05-11 16:10:17 +08:00
2025-02-05 00:07:17 +08:00
🎉 init
2023-01-03 21:34:55 +08:00
2025-02-05 00:07:17 +08:00
2025-02-05 00:07:17 +08:00
2025-02-05 00:07:17 +08:00
2025-02-05 00:07:17 +08:00
2025-02-05 00:07:17 +08:00
2025-02-05 00:07:17 +08:00
2025-01-15 21:34:45 +08:00

⚙️GenshinUID Core 0.7.1

Code style: black Imports: isort Lint: flake8 pre-commit.ci status

KimigaiiWuyi/GenshinUID 的核心部分,平台无关,支持 HTTP/WS 形式调用,便于移植到其他平台以及框架。

本Readme的部分内容已经失效,请前往最新的详细文档查阅:

🎉 详细文档 ( 快速开始(安装) | 链接Bot | 插件市场 )

👉 插件编写指南

感谢


Important

以下内容未经验证。

Docker部署Core可选

请先安装好Docker与Docker Compose

  1. git clone gsuid-core本体
git clone https://github.com/Genshin-bots/gsuid_core.git --depth=1 --single-branch
  1. 安装所需插件(可选)
# cd进入插件文件夹内
cd plugins
# 安装v4 GenshinUID
git clone -b v4 https://github.com/KimigaiiWuyi/GenshinUID.git --depth=1 --single-branch
  1. Docker Compose启动
# 进入项目根目录
docker-compose up -d
  • 默认core将运行在localhost:8765端口上Docker部署必须修改config.json,如0.0.0.0:8765
  • 如果Bot例如NoneBot2、HoshinoBot也是Docker部署的Core或其插件更新后可能需要将Core和Bot的容器都重启才生效
Description
💖一套业务逻辑,多个平台支持!异步核心框架GsCore,为插件编写提供完善平台支持、核心数据库统一、复用游戏查询逻辑、网页控制台,支持Bot列表: NoneBot2 & HoshinoBot & ZeroBot & YunZaiBot & Koishi
Readme GPL-3.0 32 MiB
Languages
Python 97.8%
HTML 1.8%
Dockerfile 0.2%