Metadata-Version: 2.1
Name: nonebot-plugin-l4d2-server
Version: 1.1.1
Summary: L4D2 server related operations plugin for NoneBot2
Keywords: steam,game,l4d2,nonebot2,plugin
Author-Email: Agnes_Digital <Z735803792@163.com>
License: GPLv3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Project-URL: homepage, https://github.com/Agnes4m/nonebot_plugin_l4d2_server
Requires-Python: <4.0,>=3.9
Requires-Dist: nonebot2>=2.1.0
Requires-Dist: nonebot2[fastapi]>=2.3.3
Requires-Dist: nonebot-plugin-htmlrender>=0.3.0
Requires-Dist: nonebot-adapter-onebot>=2.4.4
Requires-Dist: nonebot-plugin-alconna>=0.50.0
Requires-Dist: nonebot_plugin_datastore>=1.3.0
Requires-Dist: nonebot-plugin-tortoise-orm>=0.1.4
Requires-Dist: aiohttp>=3.8.4
Requires-Dist: jinja2>=3.0.0
Requires-Dist: srctools>=2.3.9
Requires-Dist: httpx>=0.22.0
Requires-Dist: msgspec>=0.18.0
Requires-Dist: python-a2s>=1.4.1
Requires-Dist: ujson>=5.10.0
Requires-Dist: lxml>=5.2.2
Requires-Dist: rcon>=2.1.0
Requires-Dist: pillow>10.0.0
Requires-Dist: bs4>=0.0.2
Requires-Dist: rarfile>=4.2
Requires-Dist: pyunpack>=0.3
Requires-Dist: aiofiles>=24.1.0
Description-Content-Type: text/markdown

<!-- markdownlint-disable MD026 MD031 MD033 MD036 MD041 MD046 MD051 -->
<div align="center">
  <img src="https://raw.githubusercontent.com/Agnes4m/nonebot_plugin_l4d2_server/main/image/logo.png" width="180" height="180"  alt="AgnesDigitalLogo">
  <br>
  <p><img src="https://s2.loli.net/2022/06/16/xsVUGRrkbn1ljTD.png" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# nonebot_plugin_l4d2_server 1.0.4

_✨Nonebot & Left 4 Dead 2 server操作✨_
<div align = "center">
        <a href="https://agnes4m.github.io/l4d2/" target="_blank">文档</a> &nbsp; · &nbsp;
        <a href="https://agnes4m.github.io/l4d2/reader/#%E5%8A%9F%E8%83%BD-%E6%8C%87%E4%BB%A4-%F0%9F%A4%94" target="_blank">指令列表</a> &nbsp; · &nbsp;
        <a href="https://agnes4m.github.io/l4d2/bug/">常见问题</a>
</div><br>
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/stargazers">
        <img alt="GitHub stars" src="https://img.shields.io/github/stars/Agnes4m/nonebot_plugin_l4d2_server" alt="stars">
</a>
<a href="https://github.com/Agnes4m/nonebot_plugin_l4d2_server/issues">
        <img alt="GitHub issues" src="https://img.shields.io/github/issues/Agnes4m/nonebot_plugin_l4d2_server" alt="issues">
</a>
<a href="https://jq.qq.com/?_wv=1027&k=HdjoCcAe">
        <img src="https://img.shields.io/badge/QQ%E7%BE%A4-399365126-orange?style=flat-square" alt="QQ Chat Group">
</a>
<a href="https://pypi.python.org/pypi/nonebot_plugin_l4d2_server">
        <img src="https://img.shields.io/pypi/v/nonebot_plugin_l4d2_server.svg" alt="pypi">
</a>
<a href="https://pypi.python.org/pypi/nonebot_plugin_l4d2_server">
    <img src="https://img.shields.io/pypi/dm/nonebot_plugin_l4d2_server" alt="pypi download">
</a>
    <img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="python">
    <img src="https://img.shields.io/badge/nonebot-2.0.0+-red.svg" alt="NoneBot">

</div>

## 顶置公告（如果以前用0.x.x版本暂时别更新）

- **版本**  1.x.x进行了破坏式更新，使用旧插件的不要更新

## 指令

- 在json文件设置的前缀指令，例如设置"云"，则指令 云 输出组服务器，云1 输出1号服务器
- l4图片开启/关闭 超管指令 可以修改输出单图是否为图片输出

## 安装

以下提到的方法 任选**其一** 即可

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

```bash
nb plugin install nonebot-plugin-l4d2-server
```

</details>

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

<details>
<summary>pip</summary>

```bash
pip install nonebot-plugin-l4d2-server
```

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

```bash
pdm add nonebot-plugin-l4d2-server
```

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

```bash
poetry add nonebot-plugin-l4d2-server
```

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

```bash
conda install nonebot-plugin-l4d2-server
```

</details>
</details>

## 主要功能

- [ ] 求生服务器-本地多路径操作（传地图等）
- [x] 批量查询指定ip服务器状态和玩家

## [数据结构](./docs/standand.md)

暂未更新

## env设置

"""bash
    l4_enable = True
    """是否全局启用求生功能"""
    l4_image = False
    """是否启用图片"""
    l4_connect = True
    """是否在查服命令后加入connect ip"""
    l4_path = "data/L4D2"
    """插件数据路径"""
    l4_players = 4
    """查询总图的时候展示的用户数量"""
    l4_style = "default"
    """图片风格，可选包括以下，默认简洁
    - 暗风格
    - 孤独摇滚
    - 电玩像素
    - 缤纷彩虹
"""

## 和0.x.x更改部分

- 取消了网页控制台(没有卵用)
- 取消了自动重启(与其他插件功能重复)
- 取消了git拉取更新(nb规范用pypi)
- 增加pil和浏览器渲染做选择(可以选择pil以节省性能性能)
- 删除无用部分(依赖太多难以维护)
- 删除了anne部分，已移植到[这里](https://github.com/Agnes4m/L4D2UID),通过core插件调用

## 其他

- 本人技术很差，如果您有发现BUG或者更好的建议，欢迎提Issue & Pr
- 如果本插件对你有帮助，不要忘了点个Star~
- 本项目仅供学习使用，请勿用于商业用途
- [更新日志](./docs/update.md)
- [GPL-3.0 License](https://github.com/Agnes4m/nonebot_plugin_l4d2_server/blob/main/LICENSE) ©[@Agnes4m](https://github.com/Agnes4m)

## 🌐 感谢

- [nonebot2](https://github.com/nonebot/nonebot2)- 聊天机器人的基础框架
- [饼干](https://github.com/lgc2333) - 指导nonebot2框架的函数使用
- [wuyi](https://github.com/KimigaiiWuyi/) - 指导pil作图
- 水果 - html图片优化

- 感谢以下服主大力支持
  - Michaela's | 机器人功能测试反馈
  - 东 | 提供docker部署方法等建议 | [电信服anne游戏群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=6i7r5aJ7Jyg0ejby4rt9GWmFRF53nV1K&authKey=ekMsWepBZPL26%2BfJAG%2F95JD0fhvH39%2BIGVyKOvNlXVDbpIclJlly4kXqukL7JhWR&noverify=0&group_code=883237206)
  - 迷茫 | 催命更新byd
  - ArcPav | 积极反馈bug，提供改进思路
