Metadata-Version: 2.1
Name: nonebot_plugin_helldivers_tools
Version: 0.1.0
Summary: NoneBot2 绝地潜兵助手
Home-page: https://github.com/sansenhoshi/nonebot_plugin_helldivers_tools
Keywords: nonebot2,helldivers
Author: sansenhoshi
Requires-Python: >=3.9
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: Programming Language :: Python :: 3.13
Requires-Dist: httpx (>=0.23.3)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0,<3.0.0)
Requires-Dist: nonebot2 (>=2.2.0)
Requires-Dist: pillow (>=9.5.0)
Requires-Dist: playwright (>=1.46.0)
Project-URL: Repository, https://github.com/sansenhoshi/nonebot_plugin_helldivers_tools
Description-Content-Type: text/markdown

## nonebot_plugin_helldivers_tools

- 基于[nonebot2](https://github.com/nonebot/nonebot2)

## 功能

- 简报，从 https://hd2galaxy.com 获取最新得星系战争情报（仅对该网站进行截图操作，本人对星球名字做了文本对照，使其与游戏内对应）
- 随机战备，使用随机数来随机选择四个战备，您可以使用该功能来丰富您得游戏体验

## 开始使用

- 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
```
nb plugin install nonebot-plugin-helldivers-tools
```
- 使用包管理器安装
```
pip install nonebot-plugin-helldivers-tools
```

## 触发指令

`简报` 获取最新得星系战争情报

`随机战备` 按照提示回复数字，按照一定套路随机四个战备

## TODO
- [x] 构建带规则的随机方法
- [ ] 还没想好

