Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-kirami/kirami-plugin-helloworld
https://github.com/a-kirami/kirami-plugin-helloworld
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-kirami/kirami-plugin-helloworld
- Owner: A-kirami
- License: mit
- Created: 2023-08-12T10:30:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T10:34:48.000Z (about 1 year ago)
- Last Synced: 2024-10-09T10:47:07.992Z (28 days ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📖 介绍
你好,世界
## 💿 安装
使用包管理器安装
在 kiramibot 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install kirami-plugin-helloworld
pdm
pdm add kirami-plugin-helloworld
poetry
poetry add kirami-plugin-helloworld
conda
conda install kirami-plugin-helloworld
打开 kiramibot 项目根目录下的 `kirami.config.toml` 文件, 在 `[plugin]` 部分追加写入
plugins = ["kirami_plugin_helloworld"]
## 🎉 使用
### 指令表
| 指令 | 权限 | 需要@ | 范围 | 说明 |
| :---: | :--: | :---: | :-------: | :---: |
| hello | 无 | 否 | 私聊/群聊 | world |