nonebot-plugin-bfvgrouptools


Namenonebot-plugin-bfvgrouptools JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/llbuxudong/nonebot-plugin-bfvgrouptools
SummaryA Battlefield V group management plugin for NoneBot2
upload_time2025-08-23 14:29:36
maintainerNone
docs_urlNone
authorllbuxudong
requires_python>=3.10
licenseMIT
keywords nonebot nonebot2 battlefield bfv plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <a href="https://v2.nonebot.dev/store"><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/nbp_logo.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
  <br>
  <p><img src="https://github.com/A-kirami/nonebot-plugin-template/blob/resources/NoneBotPlugin.svg" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# nonebot-plugin-bfvgrouptools

_✨ NoneBot 插件简单描述 ✨_

<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/owner/nonebot-plugin-template.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-template">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-template.svg" alt="pypi">
</a>
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python">

</div>

## 📖 介绍

为 BFV 玩家提供状态查询、封禁记录查询,以及自动处理加群请求等功能的群管理插件

## 💿 安装

<details open>
<summary>使用 nb-cli 安装</summary>
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装

    nb plugin install nonebot-plugin-bfvgrouptools

</details>

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

<details>
<summary>pip</summary>

    pip install nonebot-plugin-bfvgrouptools

</details>
<details>
<summary>pdm</summary>

    pdm add nonebot-plugin-bfvgrouptools

</details>
<details>
<summary>poetry</summary>

    poetry add nonebot-plugin-bfvgrouptools

</details>
<details>
<summary>conda</summary>

    conda install nonebot-plugin-bfvgrouptools

</details>

打开 nonebot2 项目根目录下的 `pyproject.toml` 文件, 在 `[tool.nonebot]` 部分追加写入

    plugins = ["nonebot_plugin_template"]

</details>

## ⚙️ 配置

在 nonebot2 项目的`.env`文件中添加下表中的必填配置

|     配置项     | 必填 | 默认值 |           说明           |
| :------------: | :--: | :----: | :----------------------: |
| ALLOWED_GROUPS |  是  |   无   | 启用群申请自动通过的群号 |

## 🎉 使用

### 指令表

|  指令   | 权限 | 需要@ | 范围 |              说明               |
| :-----: | :--: | :---: | :--: | :-----------------------------: |
| player= |  无  |  否   | 群聊 | 查询玩家 bfban 和 bfvrobot 状态 |
|   pb=   |  无  |  否   | 群聊 |          查询屏蔽原因           |

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/llbuxudong/nonebot-plugin-bfvgrouptools",
    "name": "nonebot-plugin-bfvgrouptools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "nonebot, nonebot2, battlefield, bfv, plugin",
    "author": "llbuxudong",
    "author_email": "3513392931@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/0c/da/08cb02455f264832d9323b9a39f2b2ce91d19e218492aaf42a87cbd240ae/nonebot_plugin_bfvgrouptools-0.2.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <a href=\"https://v2.nonebot.dev/store\"><img src=\"https://github.com/A-kirami/nonebot-plugin-template/blob/resources/nbp_logo.png\" width=\"180\" height=\"180\" alt=\"NoneBotPluginLogo\"></a>\n  <br>\n  <p><img src=\"https://github.com/A-kirami/nonebot-plugin-template/blob/resources/NoneBotPlugin.svg\" width=\"240\" alt=\"NoneBotPluginText\"></p>\n</div>\n\n<div align=\"center\">\n\n# nonebot-plugin-bfvgrouptools\n\n_\u2728 NoneBot \u63d2\u4ef6\u7b80\u5355\u63cf\u8ff0 \u2728_\n\n<a href=\"./LICENSE\">\n    <img src=\"https://img.shields.io/github/license/owner/nonebot-plugin-template.svg\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-template\">\n    <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-template.svg\" alt=\"pypi\">\n</a>\n<img src=\"https://img.shields.io/badge/python-3.10+-blue.svg\" alt=\"python\">\n\n</div>\n\n## \ud83d\udcd6 \u4ecb\u7ecd\n\n\u4e3a BFV \u73a9\u5bb6\u63d0\u4f9b\u72b6\u6001\u67e5\u8be2\u3001\u5c01\u7981\u8bb0\u5f55\u67e5\u8be2\uff0c\u4ee5\u53ca\u81ea\u52a8\u5904\u7406\u52a0\u7fa4\u8bf7\u6c42\u7b49\u529f\u80fd\u7684\u7fa4\u7ba1\u7406\u63d2\u4ef6\n\n## \ud83d\udcbf \u5b89\u88c5\n\n<details open>\n<summary>\u4f7f\u7528 nb-cli \u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u6839\u76ee\u5f55\u4e0b\u6253\u5f00\u547d\u4ee4\u884c, \u8f93\u5165\u4ee5\u4e0b\u6307\u4ee4\u5373\u53ef\u5b89\u88c5\n\n    nb plugin install nonebot-plugin-bfvgrouptools\n\n</details>\n\n<details>\n<summary>\u4f7f\u7528\u5305\u7ba1\u7406\u5668\u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u63d2\u4ef6\u76ee\u5f55\u4e0b, \u6253\u5f00\u547d\u4ee4\u884c, \u6839\u636e\u4f60\u4f7f\u7528\u7684\u5305\u7ba1\u7406\u5668, \u8f93\u5165\u76f8\u5e94\u7684\u5b89\u88c5\u547d\u4ee4\n\n<details>\n<summary>pip</summary>\n\n    pip install nonebot-plugin-bfvgrouptools\n\n</details>\n<details>\n<summary>pdm</summary>\n\n    pdm add nonebot-plugin-bfvgrouptools\n\n</details>\n<details>\n<summary>poetry</summary>\n\n    poetry add nonebot-plugin-bfvgrouptools\n\n</details>\n<details>\n<summary>conda</summary>\n\n    conda install nonebot-plugin-bfvgrouptools\n\n</details>\n\n\u6253\u5f00 nonebot2 \u9879\u76ee\u6839\u76ee\u5f55\u4e0b\u7684 `pyproject.toml` \u6587\u4ef6, \u5728 `[tool.nonebot]` \u90e8\u5206\u8ffd\u52a0\u5199\u5165\n\n    plugins = [\"nonebot_plugin_template\"]\n\n</details>\n\n## \u2699\ufe0f \u914d\u7f6e\n\n\u5728 nonebot2 \u9879\u76ee\u7684`.env`\u6587\u4ef6\u4e2d\u6dfb\u52a0\u4e0b\u8868\u4e2d\u7684\u5fc5\u586b\u914d\u7f6e\n\n|     \u914d\u7f6e\u9879     | \u5fc5\u586b | \u9ed8\u8ba4\u503c |           \u8bf4\u660e           |\n| :------------: | :--: | :----: | :----------------------: |\n| ALLOWED_GROUPS |  \u662f  |   \u65e0   | \u542f\u7528\u7fa4\u7533\u8bf7\u81ea\u52a8\u901a\u8fc7\u7684\u7fa4\u53f7 |\n\n## \ud83c\udf89 \u4f7f\u7528\n\n### \u6307\u4ee4\u8868\n\n|  \u6307\u4ee4   | \u6743\u9650 | \u9700\u8981@ | \u8303\u56f4 |              \u8bf4\u660e               |\n| :-----: | :--: | :---: | :--: | :-----------------------------: |\n| player= |  \u65e0  |  \u5426   | \u7fa4\u804a | \u67e5\u8be2\u73a9\u5bb6 bfban \u548c bfvrobot \u72b6\u6001 |\n|   pb=   |  \u65e0  |  \u5426   | \u7fa4\u804a |          \u67e5\u8be2\u5c4f\u853d\u539f\u56e0           |\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Battlefield V group management plugin for NoneBot2",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://github.com/llbuxudong/nonebot-plugin-bfvgrouptools#readme",
        "Homepage": "https://github.com/llbuxudong/nonebot-plugin-bfvgrouptools",
        "Repository": "https://github.com/llbuxudong/nonebot-plugin-bfvgrouptools"
    },
    "split_keywords": [
        "nonebot",
        " nonebot2",
        " battlefield",
        " bfv",
        " plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bf94cc940012c8ea5a6bdecce021bd5c4ab3974143a26569492186f2152ede0",
                "md5": "5e261c23977ccd1df7891f70ccf98db3",
                "sha256": "8d5769fd6b064bc850d19bfacbdf358031eb503fb914aeca25cf1b2c219d72e7"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_bfvgrouptools-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e261c23977ccd1df7891f70ccf98db3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 11197,
            "upload_time": "2025-08-23T14:29:35",
            "upload_time_iso_8601": "2025-08-23T14:29:35.140863Z",
            "url": "https://files.pythonhosted.org/packages/6b/f9/4cc940012c8ea5a6bdecce021bd5c4ab3974143a26569492186f2152ede0/nonebot_plugin_bfvgrouptools-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cda08cb02455f264832d9323b9a39f2b2ce91d19e218492aaf42a87cbd240ae",
                "md5": "aff845ae9ae3f6bcaf0145b995d903db",
                "sha256": "ef8dc10d45e6e42d1b91036fd36f0fb73c7bc4631c8ce4ccc8c856b2c1ee3a2c"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_bfvgrouptools-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "aff845ae9ae3f6bcaf0145b995d903db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 9475,
            "upload_time": "2025-08-23T14:29:36",
            "upload_time_iso_8601": "2025-08-23T14:29:36.459663Z",
            "url": "https://files.pythonhosted.org/packages/0c/da/08cb02455f264832d9323b9a39f2b2ce91d19e218492aaf42a87cbd240ae/nonebot_plugin_bfvgrouptools-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-23 14:29:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "llbuxudong",
    "github_project": "nonebot-plugin-bfvgrouptools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-bfvgrouptools"
}
        
Elapsed time: 1.73611s