https://github.com/camera-2018/astrbot_plugin_emojikitchen
https://github.com/camera-2018/astrbot_plugin_emojikitchen
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/camera-2018/astrbot_plugin_emojikitchen
- Owner: camera-2018
- License: agpl-3.0
- Created: 2026-02-20T08:37:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-24T14:50:14.000Z (4 months ago)
- Last Synced: 2026-02-24T18:39:55.845Z (4 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧑🍳 Emoji Kitchen - AstrBot Plugin
发送两个 emoji,自动合成 Google Emoji Kitchen 风格的混搭图片!
## 功能
- **`/mix 😀😺`** — 命令模式,合成两个 emoji
- **直接发送两个 emoji** — 如 `😀😺`,自动触发合成
- 支持 **10 万+** emoji 组合(数据来自 [emoji-kitchen-backend](https://github.com/xsalazar/emoji-kitchen-backend))
- 多镜像源下载 + 重试 + 本地缓存
## 安装
在 AstrBot 中通过仓库地址安装:
```
https://github.com/camera-2018/astrbot_plugin_emojikitchen
```
## 依赖
- `regex` — Unicode emoji 正则匹配(通过 `requirements.txt` 自动安装)
## 示例
| 输入 | 效果 |
|------|------|
| `/mix 😀😺` | 合成 😀 + 😺 |
| `🔥💀` | 自动合成 🔥 + 💀 |
| `/mix 🐱🐶` | 合成 🐱 + 🐶 |
## 开发
```bash
# 运行测试
python -m pytest test_main.py -v
```
## License
GPL-3.0