{"id":19854883,"url":"https://github.com/floattech/nanobot-plugin","last_synced_at":"2025-05-02T01:30:36.292Z","repository":{"id":200304315,"uuid":"705284221","full_name":"FloatTech/NanoBot-Plugin","owner":"FloatTech","description":"基于 NanoBot 的 QQ 机器人插件合集","archived":false,"fork":false,"pushed_at":"2023-12-01T18:25:40.000Z","size":164,"stargazers_count":78,"open_issues_count":0,"forks_count":28,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T20:36:05.946Z","etag":null,"topics":["automatic","channel","golang","golang-cli","guild","plugin","plugin-architecture","plugin-manager","plugin-repo","plugin-system","qq","qq-bot","qqrobot","reibot","telegram-bot","zerobot"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FloatTech.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-15T15:32:48.000Z","updated_at":"2025-02-12T05:44:06.000Z","dependencies_parsed_at":"2023-10-16T14:21:47.484Z","dependency_job_id":"c6e07219-e876-4adb-8d09-97d30b664b21","html_url":"https://github.com/FloatTech/NanoBot-Plugin","commit_stats":null,"previous_names":["floattech/nanobot-plugin"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FNanoBot-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FNanoBot-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FNanoBot-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FNanoBot-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FloatTech","download_url":"https://codeload.github.com/FloatTech/NanoBot-Plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251969249,"owners_count":21673182,"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":["automatic","channel","golang","golang-cli","guild","plugin","plugin-architecture","plugin-manager","plugin-repo","plugin-system","qq","qq-bot","qqrobot","reibot","telegram-bot","zerobot"],"created_at":"2024-11-12T14:10:56.701Z","updated_at":"2025-05-02T01:30:35.753Z","avatar_url":"https://github.com/FloatTech.png","language":"Go","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\".github/nano.jpeg\" alt=\"东云名乃\" width = \"256\"\u003e\n  \u003cbr\u003e\n\n  \u003ch1\u003eNanoBot-Plugin\u003c/h1\u003e\n  基于 \u003ca href=\"https://github.com/fumiama/NanoBot\"\u003eNanoBot\u003c/a\u003e 的 QQ 机器人插件合集\u003cbr\u003e\u003cbr\u003e\n\n  \u003cimg src=\"https://counter.seku.su/cmoe?name=NanoBot\u0026theme=r34\" /\u003e\u003cbr\u003e\n\n  [![tencent-guild](https://img.shields.io/badge/%E9%A2%91%E9%81%93-Zer0BotPlugin-yellow?style=flat-square\u0026logo=tencent-qq)](https://pd.qq.com/s/fjkx81mnr)\n\n\u003c/div\u003e\n\n## 命令行参数\n\u003e `[]`代表是可选参数\n```bash\nnanobot [参数] ID1 ID2 ...\n参数:\n  -D    enable debug-level log output\n  -T int\n        api timeout (s) (default 60)\n  -a string\n        qq appid\n  -c string\n        load from config\n  -h    print this help\n  -public\n        only listen to public intent\n  -qq\n        also listen QQ intent\n  -s string\n        qq secret\n  -sandbox\n        run in sandbox api\n  -save string\n        save bot config to filename (eg. config.yaml)\n  -shardcount uint\n        shard count\n  -shardindex uint\n        shard index\n  -superallqq\n        make all QQ users to be SuperUser\n  -t string\n        qq api token\n```\n\n其中公域配置参考如下，为一个数组，可自行增加更多 bot 实例。注意`Properties`不可为`[]`\n```yaml\n- AppID: \"123456\"\n  Token: xxxxxxx\n  Secret: \"\"\n  SuperUsers:\n    - \"123456789\"\n  Timeout: 1m0s\n  Intents: 1812730883\n  ShardIndex: 0\n  ShardCount: 0\n  Properties: null\n```\n\n## 功能\n\u003e 在编译时，以下功能均可通过注释`main.go`中的相应`import`而物理禁用，减小插件体积。\n\n\u003cdetails\u003e\n  \u003csummary\u003e触发者撤回时也自动撤回(仅私域可用)\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/autowithdraw\"`\n\n  - [x] 撤回一条消息\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003ebase16384加解密\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/b14\"`\n\n  - [x] 加密xxx\n\n  - [x] 解密xxx\n\n  - [x] 用yyy加密xxx\n\n  - [x] 用yyy解密xxx\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003ebase64卦加解密\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/base64gua\"`\n\n  - [x] 六十四卦加密xxx\n\n  - [x] 六十四卦解密xxx\n\n  - [x] 六十四卦用yyy加密xxx\n\n  - [x] 六十四卦用yyy解密xxx\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003ebase天城文加解密\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/baseamasiro\"`\n\n  - [x] 天城文加密xxx\n\n  - [x] 天城文解密xxx\n\n  - [x] 天城文用yyy加密xxx\n\n  - [x] 天城文用yyy解密xxx\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e英文字符翻转\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/chrev\"`\n\n  - [x] 翻转 I love you\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e程序员做饭指南\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/dish\"`\n\n  - [x] 怎么做[xxx] | 烹饪[xxx]\n  \n  - [x] 随机菜谱 | 随便做点菜\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e合成emoji\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/emojimix\"`\n\n  - [x] [emoji][emoji]\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e每日运势\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/fortune\"`\n\n  - [x] 运势 | 抽签\n\n  - [x] 设置底图[车万 DC4 爱因斯坦 星空列车 樱云之恋 富婆妹 李清歌 公主连结 原神 明日方舟 碧蓝航线 碧蓝幻想 战双 阴阳师 赛马娘 东方归言录 奇异恩典 夏日口袋 ASoul]\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e原神抽卡\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/genshin\"`\n\n  - [x] 切换原神卡池\n\n  - [x] 原神十连\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e百人一首\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/hyaku\"`\n\n  - [x] 百人一首\n\n  - [x] 百人一首之n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003ebot管理相关\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/manager\"`\n\n  - [x] /exposeid @user1 @user2\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e娶群友\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/qqwife\"`\n\n  - [x] 娶群友\n\n  - [x] 群老婆列表\n \n  - [x] (娶|嫁)@对方QQ\n \n  - [x] 牛@对方QQ\n \n  - [x] 闹离婚\n \n  - [x] 买礼物给@对方QQ\n \n  - [x] 做媒 @攻方QQ @受方QQ\n \n  - [x] 查好感度@对方QQ\n \n  - [x] 好感度列表\n \n  - [x] [允许|禁止]自由恋爱\n \n  - [x] [允许|禁止]牛头人\n \n  - [x] 设置CD为xx小时    →(默认12小时)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e在线代码运行\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/runcode\"`\n\n  - [x] \u003eruncode [language] help\n\n  - [x] \u003eruncode [language] [code block]\n\n  - [x] \u003eruncoderaw [language] [code block]\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e签到\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/score\"`\n\n  - [x] 签到\n\n  - [x] 获得签到背景\n\n  - [x] 查看等级排名\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e自检\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/status\"`\n\n  - [x] [检查身体 | 自检 | 启动自检 | 系统状态]\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e塔罗牌\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/tarot\"`\n\n  - [x] 抽[塔罗牌|大阿卡纳|小阿卡纳]\n\n  - [x] 解塔罗牌[牌名]\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e抽老婆\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/wife\"`\n\n  - [x] 抽老婆\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e猜单词\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/NanoBot-Plugin/plugin/wordle\"`\n\n  - [x] 个人猜单词\n\n  - [x] 团队猜单词\n\n  - [x] 团队六阶猜单词\n\n  - [x] 团队七阶猜单词\n\n\u003c/details\u003e\n\n\n## 特别感谢\n\n- [ZeroBot](https://github.com/wdvxdr1123/ZeroBot)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloattech%2Fnanobot-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloattech%2Fnanobot-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloattech%2Fnanobot-plugin/lists"}