(重构中)一个以高性能、高效率、高兼容性和多功能为目标、多框架/平台支持(和兼容)的Pixiv聊天机器人。
Go to file
LamGC 50761a6e4f
[Update] Project 更新 .gitignore 文件, 添加对测试目录的忽略, 补充 logs 文件夹匹配规则;
[Update] .gitignore 添加 'test' 文件夹的匹配规则, 补充 'logs' 文件夹的匹配规则;
2020-12-23 23:11:50 +08:00
.github [Update] Project 更新 maven-test workflow 以添加 Codecov 测试覆盖率报告收集分析器; 2020-11-09 21:49:27 +08:00
ContentGrabbingJi-CacheStore-api [Optimize] CacheStore-API, Framework-API, Event, Common 补充多个单元测试类的文档注释; 2020-11-21 11:06:22 +08:00
ContentGrabbingJi-CacheStore-local [Change] CacheStore-local, CacheStore-redis 适配 CacheStore-API 模块的更改; 2020-11-05 00:55:40 +08:00
ContentGrabbingJi-CacheStore-redis [Change] CacheStore-Redis 修复 RedisConnectionPool 为所有 Factory 共用而导致多实例情况下会出现连接错误的问题; 2020-11-06 20:08:46 +08:00
ContentGrabbingJi-Command-api [Add] Project 添加 Command-API, Command-pixiv 模块以分离 pixiv 与 Core 模块, 使命令组合更灵活; 2020-11-09 18:42:30 +08:00
ContentGrabbingJi-Command-pixiv [Add] Project 添加 Command-API, Command-pixiv 模块以分离 pixiv 与 Core 模块, 使命令组合更灵活; 2020-11-09 18:42:30 +08:00
ContentGrabbingJi-common [Optimize] CacheStore-API, Framework-API, Event, Common 补充多个单元测试类的文档注释; 2020-11-21 11:06:22 +08:00
ContentGrabbingJi-core [Add] Framework-API 添加 BotCodeFunction 用于描述 BotCode; 2020-12-18 20:06:43 +08:00
ContentGrabbingJi-Event [Optimize] CacheStore-API, Framework-API, Event, Common 补充多个单元测试类的文档注释; 2020-11-21 11:06:22 +08:00
ContentGrabbingJi-exec [Add] Exec 添加一个预期(?)的启动模块; 2020-10-06 10:33:13 +08:00
ContentGrabbingJi-framework-api [Add][Update][Document] Framework-API, Project 更新Readme文档内容; 2020-12-19 14:08:27 +08:00
ContentGrabbingJi-framework-mirai [Fix][Add][Dependency] Framework-Mirai 修复框架描述文件的规范错误, 添加 package 打包插件; 2020-11-22 10:58:45 +08:00
ContentGrabbingJi-pixiv [Add] Pixiv 添加一组与 Pixiv 登录会话相关的类; 2020-10-07 14:14:16 +08:00
.gitignore [Update] Project 更新 .gitignore 文件, 添加对测试目录的忽略, 补充 logs 文件夹匹配规则; 2020-12-23 23:11:50 +08:00
CODE_OF_CONDUCT.md [Add] Project 添加贡献者公约; 2020-09-23 12:14:39 +08:00
codecov.yaml [Add] Project 添加对 Codecov 的配置文件, 禁用 Codecov 的 Github Checks 功能; 2020-11-22 12:07:12 +08:00
LICENSE [Initial] Initial Commit; 2020-09-03 13:24:18 +08:00
pom.xml [Fix] Project 尝试移除对 Jacoco 测试报告生成路径的配置以修复 Codecov 无法收集报告的问题; 2020-11-09 21:56:24 +08:00
README.md [Add][Update][Document] Framework-API, Project 更新Readme文档内容; 2020-12-19 14:08:27 +08:00

ContentGrabbingJi

一个以高性能、高效率为目标、多框架/平台支持、持续维护的Pixiv聊天机器人。
(重构进行中,欢迎围观 or 贡献!)
(旧版还能用,只是不再继续维护)

Unit test confirmation of commit codecov

Install

待 3.0.0-alpha 版发布后将会更新!

Usage

Contributing

本项目遵循语义化版本控制 SemVer 规范, 不同版本号之间的兼容性将依照 SemVer 规范得到保证(不会出现 1.0.1 版本不兼容 1.0.0 版本,或 1.2.0 版本不支持 1.1.0 版本的情况)。

欢迎你为 ContentGrabbingJi 项目作出贡献!
在开始作出贡献前,请阅读 贡献者公约 Code of conduct 一旦你开始为本项目作出贡献(无论通过何种形式),将会视你为同意遵守贡献者公约,并接受因违反贡献者公约而带来的后果。

如果你准备好开始为本项目做出贡献(或正在做出贡献)时,请阅读并遵守贡献准则

License

ContentGrabbingJi 是遵循 GNU Affero General Public License v3.0 协议(下称 AGPLv3开源的 完全免费的项目(软件),任何人(或组织)不允许违反 AGPLv3 开源协议来使用本项目。

使用者通过使用本项目为用户提供服务时,请注意遵守服务使用者所在地的法律法规,因违规使用本项目而带来的后果由使用者自行负责。

Copyright (C) 2020  LamGC

ContentGrabbingJi 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.

ContentGrabbingJi 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/>.

FOSSA Status