{"id":26418807,"url":"https://github.com/karinjs/karin-plugin-adapter-icqq","last_synced_at":"2026-03-13T12:03:31.521Z","repository":{"id":248403150,"uuid":"824930005","full_name":"KarinJS/karin-plugin-adapter-icqq","owner":"KarinJS","description":"karin的icqq适配器","archived":false,"fork":false,"pushed_at":"2026-03-06T01:03:33.000Z","size":307,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-06T05:18:49.883Z","etag":null,"topics":["karin-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KarinJS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-06T10:14:09.000Z","updated_at":"2026-03-06T01:03:06.000Z","dependencies_parsed_at":"2024-07-21T15:31:13.424Z","dependency_job_id":"9ef006ce-4e05-4fc7-a2e5-983b03a4f2d4","html_url":"https://github.com/KarinJS/karin-plugin-adapter-icqq","commit_stats":null,"previous_names":["karinjs/karin-plugin-adapter-icqq"],"tags_count":63,"template":false,"template_full_name":null,"purl":"pkg:github/KarinJS/karin-plugin-adapter-icqq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarinJS%2Fkarin-plugin-adapter-icqq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarinJS%2Fkarin-plugin-adapter-icqq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarinJS%2Fkarin-plugin-adapter-icqq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarinJS%2Fkarin-plugin-adapter-icqq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarinJS","download_url":"https://codeload.github.com/KarinJS/karin-plugin-adapter-icqq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarinJS%2Fkarin-plugin-adapter-icqq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30466582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["karin-plugin"],"created_at":"2025-03-18T01:54:41.054Z","updated_at":"2026-03-13T12:03:31.515Z","avatar_url":"https://github.com/KarinJS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# icqq 适配器\n\n## 安装插件\n\n1. 在你的项目根目录新建文件 `.npmrc` ，并录入以下内容\n\n```text\n@icqqjs:registry=https://npm.pkg.github.com\n```\n\n2. 登录账户\n\n在karin根目录执行以下命令，按照提示进行操作\n\n```bash\nnpm login --scope=@icqqjs --auth-type=legacy --registry=https://npm.pkg.github.com\n\n# 回车，根据提示登录github\n\nUserName: # 你的github账号 请填写小写\nPassword: # 前往 https://github.com/settings/tokens/new  获取，scopes勾选 read:packages\nE-Mail: # 你的公开邮箱地址\n```\n\n3. 安装icqq依赖\n\n在Karin根目录执行下方命令\n\n```bash\npnpm add icqq@npm:@icqqjs/icqq -w\n```\n\n4. 安装插件\n\n```bash\npnpm add @karinjs/adapter-icqq -w\n```\n\n## 配置\n\n配置文件参考\n配置文件目录 `@karinjs/@karinjs-adapter-icqq/config/config.json`\n\n```json\n{\n  \"sign_api_addr\": \"签名地址\", // 默认签名地址\n  \"list\": [\n    {\n      \"enable\": true, // 是否启用该账号\n      \"qq\": 114514, // QQ账号\n      \"password\": \"114514\", // QQ密码，为空则扫码登录\n      \"cfg\": {\n        \"platform\": 2, // 登录设备平台 1:安卓手机、 2:安卓平板 、 3:安卓手表、 4:MacOS 、 5:iPad 、 6:Tim\n        \"ver\": \"\", // 协议版本 不填默认最新\n        \"sign_api_addr\": \"\", // 签名服务器地址 不设置将使用默认地址\n        \"ignore_self\": true, // 群聊和频道中过滤自己的消息\n        \"cache_group_member\": true // 是否缓存群员列表，群多的时候(500~1000)会多占据约100MB+内存\n      }\n    },\n    {\n      \"qq\": 1111, // QQ账号2\n      \"password\": \"11111\", // QQ密码2，为空则扫码登录\n      \"cfg\": {\n        \"platform\": 2, // 登录设备平台 1:安卓手机、 2:安卓平板 、 3:安卓手表、 4:MacOS 、 5:iPad 、 6:Tim\n        \"ver\": \"\", // 协议版本 不填默认最新\n        \"sign_api_addr\": \"\", // 签名服务器地址 不设置将使用默认地址\n        \"ignore_self\": true, // 群聊和频道中过滤自己的消息\n        \"cache_group_member\": true // 是否缓存群员列表，群多的时候(500~1000)会多占据约100MB+内存\n      }\n    }\n  ]\n}\n\n```\n\n## 鸣谢\n\n感谢`hlhs`提供的自动过滑块~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarinjs%2Fkarin-plugin-adapter-icqq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarinjs%2Fkarin-plugin-adapter-icqq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarinjs%2Fkarin-plugin-adapter-icqq/lists"}