Skip to content

KomoriDev/kirami-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

KiramiBotPluginLogo

kirami-plugin-example

✨ KiramiBot 插件简单描述 ✨

license pypi python

这是一个 KiramiBot 插件项目的模板库, 你可以直接使用本模板创建你的 KiramiBot 插件项目的仓库

模板库使用方法:

  1. 点击仓库中的 "Use this template" 按钮, 输入仓库名与描述, 点击 "Create repository from template" 创建仓库
  2. 在创建好的新仓库中, 在 "Add file" 菜单中选择 "Create new file", 在新文件名处输入LICENSE, 此时在右侧会出现一个 "Choose a license template" 按钮, 点击此按钮选择开源协议模板, 然后在最下方提交新文件到主分支
  3. 全局替换owner为仓库所有者ID; 全局替换kirami-plugin-example为插件名; 全局替换kirami_plugin_example为包名; 修改 python 徽标中的版本为你插件的运行所需版本
  4. 修改 README 中的插件名和插件描述, 并在下方填充相应的内容

配置发布工作流:

  1. 跟随 PyPI 文档 配置 可信发布

    • PyPI Project Name 插件名,如:kirami-plugin-xxx
    • Owner 你的 Github 用户名
    • Repository name 仓库名,如:kirami-plugin-xxx
    • Workflow name 发布工作流,填写 release.yml
    • Environment name 是你的发布环境,填写 release

    例如,如果您有一个位于 https://github.com/octo-org/sampleproject 的存储库,其发布工作流程位于 release.yml,并且您希望将其作为示例项目发布到 PyPI,那么您将执行以下操作:

  2. 进入工作流,修改 environment

    environment:
       name: release
       url: https://pypi.org/p/<your-pypi-project-name>
  3. 发版

📖 介绍

这里是插件的详细介绍部分

💿 安装

在 KiramiBot 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令

pip
pip install kirami-plugin-example
pdm
pdm add kirami-plugin-example
poetry
poetry add kirami-plugin-example
conda
conda install kirami-plugin-example

打开 KiramiBot 项目根目录下的配置文件, 以 kirami.toml 为例,在 [plugin] 部分追加写入

plugins = ["kiramit_plugin_example"]

⚙️ 配置

在 KiramiBot 项目的配置文件中添加下表中的必填配置

配置项 必填 默认值 说明
配置项1 配置说明
配置项2 配置说明

🎉 使用

指令表

指令 权限 需要@ 范围 说明
指令1 主人 私聊 指令说明
指令2 群员 群聊 指令说明

效果图

如果有效果图的话

About

KiramiBot 插件模板库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published