{"id":19854904,"url":"https://github.com/floattech/reibot-plugin","last_synced_at":"2026-02-27T23:15:09.969Z","repository":{"id":41409382,"uuid":"499022071","full_name":"FloatTech/ReiBot-Plugin","owner":"FloatTech","description":"基于 ReiBot 的 Telegram 插件","archived":false,"fork":false,"pushed_at":"2025-05-13T11:57:20.000Z","size":545,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T10:29:41.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/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,"zenodo":null}},"created_at":"2022-06-02T06:42:49.000Z","updated_at":"2025-05-13T11:57:23.000Z","dependencies_parsed_at":"2024-11-12T14:11:08.511Z","dependency_job_id":"77017a8b-1866-4dc4-a5ea-61d6e35e1a83","html_url":"https://github.com/FloatTech/ReiBot-Plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FloatTech/ReiBot-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FReiBot-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FReiBot-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FReiBot-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FReiBot-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FloatTech","download_url":"https://codeload.github.com/FloatTech/ReiBot-Plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FloatTech%2FReiBot-Plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29918976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2024-11-12T14:11:02.075Z","updated_at":"2026-02-27T23:15:09.938Z","avatar_url":"https://github.com/FloatTech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://crypko.ai/crypko/GtWYDpVMx5GYm/\"\u003e\n  \u003cimg src=\".github/Misaki.png\" alt=\"看板娘\" width = \"256\"\u003e\n  \u003c/a\u003e\u003cbr\u003e\n\n  \u003ch1\u003eReiBot-Plugin\u003c/h1\u003e\n  基于 ReiBot 的 Telegram 插件\u003cbr\u003e\u003cbr\u003e\n\n  \u003cimg src=\"https://counter.seku.su/cmoe?name=ReiBot\u0026theme=r34\" /\u003e\u003cbr\u003e\n\n\u003c/div\u003e\n\n## 命令行参数\n\u003e `[]`代表是可选参数\n```bash\nreibot [-tbdoTh] ID1 ID2 ...\n\n-T int\n        timeout (default 60)\n  -b int\n        message sequence length (default 256)\n  -d    enable debug-level log output\n  -h    print this help\n  -o int\n        the last Update ID to include\n  -t string\n        telegram api token\n```\n\n## 功能\n\u003e 在编译时，以下功能均可通过注释`main.go`中的相应`import`而物理禁用，减小插件体积。\n\n\u003cdetails\u003e\n  \u003csummary\u003ebase16384加解密\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-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/ReiBot-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/ReiBot-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\u003eb站视频链接解析\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-Plugin/plugin/bilibili_parse\"`\n\n  - [x] https://www.bilibili.com/video/BV1xx411c7BF | https://www.bilibili.com/video/av1605 | https://b23.tv/I8uzWCA | https://www.bilibili.com/video/bv1xx411c7BF\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e英文字符翻转\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-Plugin/plugin/chrev\"`\n\n  - [x] 翻转 I love you\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e合成emoji\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-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/ReiBot-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/ReiBot-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/ReiBot-Plugin/plugin/heisi\"`\n\n  - [x] 来点黑丝/白丝/jk/巨乳/足控/网红\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e百人一首\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-Plugin/plugin/hyaku\"`\n\n  - [x] 百人一首\n\n  - [x] 百人一首之n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003elolicon\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-Plugin/plugin/lolicon\"`\n\n  - [x] 来份萝莉\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003ebot管理相关\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-Plugin/plugin/manager\"`\n\n  - [x] /离开 (ChatID)\n\n  - [x] /exposeid @user1 @user2\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e日韩 VITS 模型拟声\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-Plugin/plugin/moegoe\"`\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/ReiBot-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/ReiBot-Plugin/plugin/saucenao\"`\n\n  - [x] 以图搜图 | 搜索图片 | 以图识图[图片]\n\n  - [x] 搜图[P站图片ID]\n\n  - [x] 设置 saucenao api key [apikey]\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003e搜番\u003c/summary\u003e\n\n  `import _ \"github.com/FloatTech/ReiBot-Plugin/plugin/tracemoe\"`\n\n  - [x] 搜番 | 搜索番剧[图片]\n\n\u003c/details\u003e\n\n## 特别感谢\n\n- [ZeroBot](https://github.com/wdvxdr1123/ZeroBot)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloattech%2Freibot-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloattech%2Freibot-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloattech%2Freibot-plugin/lists"}