Metadata-Version: 2.1
Name: nonebot-plugin-warframe
Version: 0.0.2
Summary: 基于NoneBot的星际战甲事件查询插件
Home-page: https://github.com/17TheWord/nonebot-plugin-warframe
Author: 17TheWord
Author-email: 17theword@gmail.com
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nonebot2 (>=2.0.0b4)
Requires-Dist: nonebot-adapter-onebot (>=2.1.1)
Requires-Dist: nonebot-plugin-guild-patch (>=0.2.0)

# nonebot-plugin-warframe

基于NoneBot的星际战甲事件查询插件

# 安装

- 脚手架安装

    ```shell
    pip install nonebot-plugin-warframe
    ```

- NoneBot2 插件商店安装

    ```shell
    nb plugin install nonebot-plugin-warframe
    ```

# 使用

- 命令头：`wf`、`warframe`、`星际战甲`
- 菜单：`wf 菜单`
  ```text
  命令头：wf、warframe、星际战甲
  参数：
  ==================
  警报丨入侵丨赏金丨突击丨裂隙
  章节丨地球丨赛特斯丨索拉里斯
  奸商丨事件丨新闻丨每日优惠
  ```

# 特别感谢

- [NoneBot2](https://github.com/nonebot/nonebot2)： 插件使用的开发框架。
- [go-cqhttp](https://github.com/Mrs4s/go-cqhttp)： 稳定完善的 CQHTTP 实现。
- [奥迪斯](https://ordis.null00.com/v1/)：星际战甲国服API
