a NoneBot plugin for Netrunner.
Project description
这是一个 nonebot2 插件项目的模板库, 你可以直接使用本模板创建你的 nonebot2 插件项目的仓库
模板库使用方法
[!NOTE] 模板库中自带了一个发布工作流, 你可以使用此工作流自动发布你的插件到 pypi
配置发布工作流
- 前往 https://pypi.org/manage/account/#api-tokens 并创建一个新的 API 令牌。创建成功后不要关闭页面,不然你将无法再次查看此令牌。
- 在单独的浏览器选项卡或窗口中,打开 Actions secrets and variables 页面。你也可以在 Settings - Secrets and variables - Actions 中找到此页面。
- 点击 New repository secret 按钮,创建一个名为
PYPI_API_TOKEN
的新令牌,并从第一步复制粘贴令牌。
[!IMPORTANT] 这个发布工作流需要 pyproject.toml 文件, 并且只支持 PEP 621 标准的 pyproject.toml 文件
触发发布工作流
从本地推送任意 tag 即可触发。创建 tag:
git tag <tag_name>
推送本地所有 tag:
git push origin --tags
📖 介绍
这里是插件的详细介绍部分
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-netrunner
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-netrunner
pdm
pdm add nonebot-plugin-netrunner
poetry
poetry add nonebot-plugin-netrunner
conda
conda install nonebot-plugin-netrunner
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot_plugin_netrunner"]
⚙️ 配置
在 nonebot2 项目的.env
文件中添加下表中的必填配置
配置项 | 必填 | 默认值 | 说明 |
---|---|---|---|
配置项1 | 是 | 无 | 配置说明 |
配置项2 | 否 | 无 | 配置说明 |
🎉 使用
指令表
指令 | 权限 | 需要@ | 范围 | 说明 |
---|---|---|---|---|
指令1 | 主人 | 否 | 私聊 | 指令说明 |
指令2 | 群员 | 是 | 群聊 | 指令说明 |
效果图
如果有效果图的话
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nonebot_plugin_netrunner-0.1.1.tar.gz
.
File metadata
- Download URL: nonebot_plugin_netrunner-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 764ad9f7784dace728caf1d4b58c404107b7daf30bdd0d15f886bd5bf4eb320f |
|
MD5 | b33a006cee7f867bcf257683d2914e2e |
|
BLAKE2b-256 | fcab24482c812bee7692ded55f283fd5424ae0e496293dce2749be67a95e500c |
File details
Details for the file nonebot_plugin_netrunner-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_netrunner-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db3b76c2fa0a827d4cdeefcffe47f19510fbea1435f8dd7eae830249b5964d37 |
|
MD5 | 3c3ef1d760d8a6034c4836ef04823464 |
|
BLAKE2b-256 | 9e5a4096da18fc8ca300894e5c80101dd90841a940a3ca294ac16857ea1e5bdf |