(重构中)一个以高性能、高效率、高兼容性和多功能为目标、多框架/平台支持(和兼容)的Pixiv聊天机器人。
Go to file
dependabot[bot] 386361329b
Bump guava from 30.0-jre to 32.0.0-jre
Bumps [guava](https://github.com/google/guava) from 30.0-jre to 32.0.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-14 22:36:27 +00:00
.github [Change] Project 暂时停用 Codecov 测试覆盖率报告插件; 2021-03-12 16:50:45 +08:00
ContentGrabbingJi-CacheStore-api [Change] CacheStore-API, CacheStore-Local, CacheStore-Redis 调整 MapCacheStore.putAll 方法参数; 2021-01-12 06:39:48 +08:00
ContentGrabbingJi-CacheStore-local [Change] CacheStore-API, CacheStore-Local, CacheStore-Redis 调整 MapCacheStore.putAll 方法参数; 2021-01-12 06:39:48 +08:00
ContentGrabbingJi-CacheStore-redis Bump gson from 2.8.6 to 2.8.9 in /ContentGrabbingJi-CacheStore-redis 2022-05-20 22:00:19 +00:00
ContentGrabbingJi-common [Move] Framework-API, Common 将 Platform 与 MessageSource 移入公共模块; 2021-03-12 16:45:01 +08:00
ContentGrabbingJi-core Bump gson from 2.8.6 to 2.8.9 in /ContentGrabbingJi-core 2022-05-20 21:57:03 +00:00
ContentGrabbingJi-core-Function [Add] Project, Template-Velocity, Core-Function 添加新的模块; 2021-04-09 12:56:54 +08:00
ContentGrabbingJi-Event-api [Move] Core, Event-API(Event), Framework-API, Template-API(Template) 更改模块名以规范命名; 2021-02-13 13:09:16 +08:00
ContentGrabbingJi-exec [Update][Fix] ALL 修正版权信息, 更新年份; 2021-01-01 18:26:20 +08:00
ContentGrabbingJi-framework-api Bump gson from 2.8.6 to 2.8.9 in /ContentGrabbingJi-framework-api 2022-05-31 10:04:55 +00:00
ContentGrabbingJi-framework-mirai [Update][Fix] ALL 修正版权信息, 更新年份; 2021-01-01 18:26:20 +08:00
ContentGrabbingJi-framework-OneBot [Add] Project, Framework-OneBot 添加 OneBot 框架组件子模块; 2021-01-09 16:39:59 +08:00
ContentGrabbingJi-framework-telegrambots [Fix][Update] Framework-TelegramBots 更新 HttpClient 依赖项的版本以修复该依赖项的一个漏洞; 2021-06-20 14:29:23 +08:00
ContentGrabbingJi-Function-api [Rename] Function-API(Command-API), Function-Pixiv(Command-Pixiv) 重命名模块; 2021-03-01 09:05:07 +08:00
ContentGrabbingJi-Function-pixiv [Rename] Function-API(Command-API), Function-Pixiv(Command-Pixiv) 重命名模块; 2021-03-01 09:05:07 +08:00
ContentGrabbingJi-pixiv Bump gson from 2.8.6 to 2.8.9 in /ContentGrabbingJi-pixiv 2022-05-31 10:04:48 +00:00
ContentGrabbingJi-Template-api [Move] Core, Event-API(Event), Framework-API, Template-API(Template) 更改模块名以规范命名; 2021-02-13 13:09:16 +08:00
ContentGrabbingJi-Template-Velocity [Add] Project, Template-Velocity, Core-Function 添加新的模块; 2021-04-09 12:56:54 +08:00
.gitignore [Update] Project 更新 .gitignore 文件, 添加对测试目录的忽略, 补充 logs 文件夹匹配规则; 2020-12-23 23:11:50 +08:00
CODE_OF_CONDUCT.md [Change] Project 修复贡献准则的细节错误, 调整联系邮箱的形式; 2021-01-18 12:37:57 +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 Bump guava from 30.0-jre to 32.0.0-jre 2023-06-14 22:36:27 +00:00
README.md [Change] Project 调整用词; 2021-01-03 11:47:43 +08:00

ContentGrabbingJi

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

Unit test confirmation of commit codecov

ContentGrabbingJi 3 重构开发计划

本次项目重构以增强项目可维护性,增加项目灵活性,增加服务效率为目标。

目前 ContentGrabbingJi 版本发布计划如下:

  • 3.0.0-alpha第一个可用的预览版本项目官方账号正式上线Telegram 平台开放使用);
  • [3.0.0 ~ 3.1.0):专注于改进问题的预览版;
  • 3.1.0 ~ later正式版将移除在该版本以已标记为废弃的所有API项目整体稳定

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 开源协议来使用本项目。

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

为保障服务使用者(通过任何形式使用本项目或本项目衍生品所提供服务的)和用户(通过本项目或本项目衍生品为他人提供服务的)的合法权益, 防范账户窃取、欺诈等非法使用的情况,本项目使用 GNU Affero General Public License v3.0 协议开源,本项目的衍生品 (定义以 AGPLv3 协议为准)必须依据协议规定开源,且确保服务使用者可以通过任意渠道获得为其提供服务的衍生品版本完整代码。

Copyright (C) 2021  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.

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/agpl-3.0.html>.

FOSSA Status