A simple tool for helping users manage their qq bots.
Project description
nonebot-plugin-lagrange
✨ 一款简化 Lagrange.OneBot 使用的插件。 ✨
📖 介绍
本插件旨在使用户能够简单的使用 Lagrange.OneBot 来部署机器人。目前实现的功能有:
- 通过指令控制
- 自动配置使其连接上 NoneBot
- 根据系统自动安装合适的 Lagrange.OneBot
⚙️ 配置
在 NoneBot2 项目的.env
文件中添加下表中的必填配置
配置项 | 必填 | 默认值 | 说明 |
---|---|---|---|
lagrange_path | 否 | Lagrange | Lagrange.OneBot 的安装和运行目录。 |
lagrange_auto_start | 否 | True | 是否在检测到有安装 Lgr 的情况下自动启动。 |
lagrange_auto_install | 否 | True | 是否在未安装 Lgr 的情况自动安装 |
🎉 使用
指令表
指令 | 权限 | 需要@ | 范围 | 说明 |
---|---|---|---|---|
启动拉格兰 / 启动 | 主人 | 否 | 无 | 启动 Lagrange.OneBot |
关闭拉格兰 / 关闭 | 主人 | 否 | 无 | 关闭 Lagrange.OneBot |
拉格兰状态 / 状态 | 主人 | 否 | 无 | 查看当前 Lagrange.OneBot 的状态 |
当然,你也可以在代码中使用:
from nonebot import require
require('nonebot_plugin_lagrange')
from nonebot_plugin_lagrange import lagrange
# 启动 LGR
lagrange.start()
# 停止 LGR
lagrange.stop()
# 安装 LGR
lagrange.install()
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for nonebot_plugin_lagrange-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b17c42b77266c1f7258b96fd008f42684dc325de5cada3477875f2230ab2bcc |
|
MD5 | da8a561d0e31e1dfd4da3408b2b22e0f |
|
BLAKE2b-256 | 13fea123e86cdcb640ae379a2ed1b51451fcf2ab11ed710f72c4ff307167b44e |
Close
Hashes for nonebot_plugin_lagrange-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10bb607633a1f8d3c149c261cc091d304fd41d9acfd29254ca8021da0fd241e4 |
|
MD5 | 235e6b6e7ec05101c4989d8726faea37 |
|
BLAKE2b-256 | fdb3885ea7b11e9405871768e18fa1f6356dc7217bbe445b3b9d8e2d12bea209 |