https://github.com/a-kirami/kiramibot
🌟 读作 Kirami,写作星见,简明轻快的聊天机器人应用。
https://github.com/a-kirami/kiramibot
chatbot kiramibot nonebot nonebot2 onebot python qq
Last synced: about 2 months ago
JSON representation
🌟 读作 Kirami,写作星见,简明轻快的聊天机器人应用。
- Host: GitHub
- URL: https://github.com/a-kirami/kiramibot
- Owner: A-kirami
- License: agpl-3.0
- Created: 2023-05-07T20:42:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T18:56:01.000Z (about 2 months ago)
- Last Synced: 2025-04-11T00:51:41.077Z (about 2 months ago)
- Topics: chatbot, kiramibot, nonebot, nonebot2, onebot, python, qq
- Language: Python
- Homepage: https://kirami.bot
- Size: 429 KB
- Stars: 46
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
## ⭐️ 简介
KiramiBot 是一个功能强大的机器人框架,它可以帮助你创建自定义的聊天机器人,用于自动化任务、聊天交互和更多用途。
不论你是开发者还是爱好者,KiramiBot 提供了一个灵活而强大的平台,让你轻松构建自己的机器人应用。
## ✨ 特性
- 🎁 **开箱即用**
无门槛一键安装,无需复杂配置,小白也能轻松上手。
- 🎛️ **插件管理**
非侵入式插件管理系统,支持精细的功能和权限控制,更易于维护和管理。
- 🤝 **开发友好**
具备完整类型注解,包含常用功能模块,助力开发者专注于核心功能。
- 🍀 **生态兼容**
原生支持 **[NoneBot2](https://v2.nonebot.dev/)** 插件,无需修改代码即可平滑迁移项目。
## 🚀 开始
> [!NOTE]
> 需要 Python 3.12 或更高版本,以及 mongoDB 数据库。### 安装 Kirami CLI
#### Linux, macOS, Windows (WSL)
```bash
curl -sSL https://install.kirami.bot | python3 -
```#### Windows (Powershell)
```powershell
(Invoke-WebRequest -Uri https://install.kirami.bot -UseBasicParsing).Content | py -
```### 创建项目
```bash
kirami create
```### 运行项目
```bash
kirami run
```## 📋 路线图
请参阅 [Projects](https://github.com/users/A-kirami/projects/6)
## 🤝 贡献
请参阅[贡献指南](./.github/CONTRIBUTING.md)
## 🎊 活动

## 📄 许可证
Code: AGPL-3.0 - 2023 - Akirami
Logo: CC-BY-NC-ND, Designs by Akirami
[](https://app.fossa.com/projects/git%2Bgithub.com%2FA-kirami%2FKiramiBot?ref=badge_large)