Skip to content

ProjectNu11/Eric

Repository files navigation

Eric

Let go of it all.

[ ]

GitHub Code style: black Imports: Isort Python version: 3.10+ pre-commit.ci status DeepSource

目录

项目特色

  • 在线插件仓库
  • 基于 SQLAlchemy 的异步 ORM
  • 多账号支持

使用文档

在此查看文档

项目结构

Eric
├── config ······················ (*) 配置文件
│   ├── group_config ············ (*) 群组配置
│   ├── library ················· (*) 库配置
│   ├── module ·················· (*) 模块配置
│   ├── config.jsonc ············ (*) 主配置
│   └── config.schema.json ······ (*) 主配置模式
├── data ························ (*) 运行数据
│   ├── cache ··················· (*) 缓存数据
│   ├── library ················· (*) 库数据
│   ├── module ·················· (*) 模块数据
│   ├── shared ·················· (*) 共享数据
│   ├── temp ···················· (*) 临时数据
│   └── data.db ················· (*) 数据库
├── docs ························     使用文档
├── library ·····················     程序主体
│   ├── assets ··················     资源文件
│   ├── decorator ···············     装饰器模块
│   ├── migrate ·················     数据迁移模块
│   ├── model ···················     数据模型模块
│   ├── module ··················     库模块
│   ├── service ·················     服务模块
│   ├── ui ······················     图形界面
│   └── util ····················     工具模块
├── log ························· (*) 运行日志
├── module ······················ (*) 已安装模块
├── LICENSE ·····················     许可证
├── main.py ·····················     程序入口
├── mkdocs.yml ··················     MkDocs 配置
├── pdm.lock ····················     依赖锁定文件 (PDM)
├── pdm.toml ·····················    PDM 配置文件
├── pyproject.toml ··············     项目配置文件
└── README.md ···················     项目说明

* 表示该文件或文件夹在以默认配置运行时会被自动创建
** 已忽略部分文件

参与贡献

你可以通过以下方式参与到本项目中:

许可证

Copyright (C) 2023 nullqwertyuiop

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

鸣谢

框架

  • mirai, 高效率 QQ 机器人框架 / High-performance bot framework for Tencent QQ
  • mirai-api-http, Mirai HTTP API (console) plugin
  • Graia Ariadne, 一个优雅且完备的 Python QQ 自动化框架。基于 Mirai API HTTP v2。

Bot 项目