Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talaxy009/mirai-gatling-bot
一个整合了搜图和聊天等功能的轻量 mirai 机器人
https://github.com/talaxy009/mirai-gatling-bot
anime mirai pixiv
Last synced: 4 days ago
JSON representation
一个整合了搜图和聊天等功能的轻量 mirai 机器人
- Host: GitHub
- URL: https://github.com/talaxy009/mirai-gatling-bot
- Owner: Talaxy009
- License: gpl-3.0
- Created: 2021-02-06T07:07:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T03:05:39.000Z (over 2 years ago)
- Last Synced: 2024-12-24T23:25:01.516Z (about 1 month ago)
- Topics: anime, mirai, pixiv
- Language: JavaScript
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mirai-gatling-bot
一个整合了搜图和聊天等功能的轻量 mirai 机器人
原本是打算移植 [cq-picsearcher-bot](https://github.com/Tsuk1ko/cq-picsearcher-bot) 到 mirai 框架上的,后来发现工作量实在是太太太大了!
于是就只移植了部分个人平时常用到的模块,并再退而求其次砍掉了诸如“缓存”和“指令”的功能(美其名曰:“轻量化”),随便也把自己之前写的图灵机器人的模块也加入进来了~ BOOM! mirai-gatling-bot 诞生!
为什么叫“加特林”?是因为我自用的机器人叫“加特灵”,本项目完成后加特灵就只用这一个项目来跑了,找不到更好的翻译就直接`gatling`了!
**注意**!
如果你使用 [go-cqhttp](https://github.com/Mrs4s/go-cqhttp) 并且想要更丰富的功能请直接选择 [cq-picsearcher-bot](https://github.com/Tsuk1ko/cq-picsearcher-bot)
## 目前包含的功能
- [图灵机器人](http://www.turingapi.com/)
- [Saucenao 搜图](https://saucenao.com/)
- [Lolicon Api](https://api.lolicon.app/)
- 反哔哩哔哩小程序## 使用方法
1. 克隆本项目 `git clone https://github.com/Talaxy009/mirai-gatling-bot.git`
2. 移动到本地仓库 `cd ./mirai-gatling-bot`
3. 安装依赖 `npm install`
4. 复制一份 `config.default.json` 修改名字为 `config.json` 后对其进行编辑,设置文件相关说明在此 → [点我](./docs/config.md)
5. 启动 `npm start`## TODO 🕊
- [x] 移植 Lolicon Api
- [x] 添加撤回 setu 功能
- [ ] 移植 Ascii2d 图片搜索
- [ ] 让 gatling 处理一些如好友申请之类的事件