{"id":19973353,"url":"https://github.com/armoe-project/qqbot-sdk","last_synced_at":"2025-05-04T02:31:53.799Z","repository":{"id":57736811,"uuid":"436490117","full_name":"armoe-project/qqbot-sdk","owner":"armoe-project","description":"适用于 Kotlin/Java 的 QQ 官方机器人 SDK","archived":false,"fork":false,"pushed_at":"2023-12-11T02:31:16.000Z","size":431,"stargazers_count":59,"open_issues_count":3,"forks_count":11,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-08T01:41:20.390Z","etag":null,"topics":["java","kotlin","ktor","qqbot","sdk"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/armoe-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-12-09T05:09:47.000Z","updated_at":"2025-02-10T09:31:32.000Z","dependencies_parsed_at":"2022-08-24T14:57:21.699Z","dependency_job_id":"a1ca4fcf-0ef9-4316-8bf4-31ca7b69634e","html_url":"https://github.com/armoe-project/qqbot-sdk","commit_stats":null,"previous_names":["xiaoye-bot/qq-official-bot-sdk"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armoe-project%2Fqqbot-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armoe-project%2Fqqbot-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armoe-project%2Fqqbot-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armoe-project%2Fqqbot-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armoe-project","download_url":"https://codeload.github.com/armoe-project/qqbot-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252278964,"owners_count":21722795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","kotlin","ktor","qqbot","sdk"],"created_at":"2024-11-13T03:11:18.376Z","updated_at":"2025-05-04T02:31:53.520Z","avatar_url":"https://github.com/armoe-project.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![][banner]\n\n[![][maven-central]][maven-central-link] [![][license]](LICENSE)\n\n\u003c/div\u003e\n\n## 使用\n\n其中 `${version}` 为 [Maven Central][maven-central-link] 上的最新版本号。\n\n### Gradle 项目\n\n```groovy\nimplementation 'me.zhenxin:qqbot-sdk:${version}' // Groovy DSL\nimplementation(\"me.zhenxin:qqbot-sdk:${version}\") // Kotlin DSL\n```\n\n### Maven 项目\n\n```xml\n\n\u003cdependency\u003e\n    \u003cgroupId\u003eme.zhenxin\u003c/groupId\u003e\n    \u003cartifactId\u003eqqbot-sdk\u003c/artifactId\u003e\n    \u003cversion\u003e${version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## 日志级别\n\n设置环境变量 `QQBOT_LOG_LEVEL` 来设置日志级别\n\n| 日志级别    | 说明   |\n|---------|------|\n| `DEBUG` | 调试信息 |\n| `INFO`  | 信息   |\n| `WARN`  | 警告   |\n| `ERROR` | 错误   |\n\n## 开源协议\n\n本项目使用 [GPL-3.0](LICENSE) 协议开放源代码\n\n```text\nQQBot SDK - QQ Official Bot SDK for Java/Kotlin\nCopyright (C) 2023 ZhenXin\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```\n\n## 赞助\n\n如果您觉得本项目对您有帮助，欢迎赞助我们\n\n![][donate-image]\n\n[banner]: https://socialify.git.ci/armoe-project/qqbot-sdk/image?description=1\u0026forks=1\u0026issues=1\u0026language=1\u0026name=1\u0026owner=1\u0026pulls=1\u0026stargazers=1\u0026theme=Auto\n\n[maven-central]: https://img.shields.io/maven-central/v/me.zhenxin/qqbot-sdk?style=for-the-badge\n\n[maven-central-link]: https://central.sonatype.com/artifact/me.zhenxin/qqbot-sdk\n\n[license]: https://img.shields.io/github/license/armoe-project/qqbot-sdk?style=for-the-badge\n\n[docs-link]: https://qqbot.armoe.cn\n\n[qq-group-link]: https://qm.qq.com/q/yvYAnJEzsW\n\n[donate-image]: https://s2.loli.net/2022/01/12/wqhXNKAlnMZ5oci.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmoe-project%2Fqqbot-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmoe-project%2Fqqbot-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmoe-project%2Fqqbot-sdk/lists"}