https://github.com/camera-2018/astrbot_plugin_animatedemoji
https://github.com/camera-2018/astrbot_plugin_animatedemoji
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/camera-2018/astrbot_plugin_animatedemoji
- Owner: camera-2018
- Created: 2026-02-25T09:13:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-25T11:28:07.000Z (4 months ago)
- Last Synced: 2026-02-25T15:35:39.339Z (4 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Animated Emoji Plugin for AstrBot
将静态 emoji 转换为动态 emoji,支持两种动态方案:
- **Google Noto Animated Emoji** — 来自 Google Fonts 的动态 Noto Color Emoji(GIF 格式)
- **Telegram Animated Emoji** — 来自 Telegram 的动态表情(WebP 格式)
## 使用方法
```
/animoji 默认使用 Noto 动态 emoji
/animoji noto 使用 Google Noto 动态 emoji
/animoji tg 使用 Telegram 动态 emoji
```
### 示例
```
/animoji 😀
/animoji noto ❤️
/animoji tg 🎉
```
## 安装
将本插件放置在 AstrBot 的插件目录中,或通过 AstrBot 插件市场安装。
## 数据来源
- **Noto**: [Google Noto Emoji](https://fonts.google.com/noto/emoji) — 动画 GIF 通过 Google Fonts CDN 提供
- **Telegram**: [Telegram-Animated-Emojis](https://github.com/Tarikul-Islam-Anik/Telegram-Animated-Emojis) — Telegram 风格的动态表情
## 依赖
- `httpx` — 异步 HTTP 客户端
- `emoji` — emoji 名称解析库