Metadata-Version: 2.1
Name: nonebot-plugin-warframe-clock
Version: 1.3
Summary: nonebot2插件，查询Warframe开放地图时间。
License: MIT
Author: Aa
Author-email: 2272613209@qq.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Pillow (>=9.1.1,<10.0.0)
Requires-Dist: arrow (>=1.2.2,<2.0.0)
Requires-Dist: httpx (>=0.23.0,<0.24.0)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (==2.0.0b3)
Description-Content-Type: text/markdown

<p align="center">
	<a href="https://github.com/axStar/WarframeQQbot_RemiliaScarlet">
		<img src="https://s3.bmp.ovh/imgs/2022/05/26/c0293edb48a8333f.png" width="200" height="200" alt="Remilia·Scarlet">
	</a>
</p>
<div align="center">

# Nonebot2-Plugin-WarframeClock

**❤基于[NoneBot2](https://github.com/nonebot/nonebot2)实现，用以实现Warframe各个地图的时间查询。❤**

<p align="center">
	<a href="https://space.bilibili.com/100455457">
		<img src="https://img.shields.io/badge/B%E7%AB%99-white?logo=bilibili">
	</a>
	<a href="https://qm.qq.com/cgi-bin/qm/qr?k=a1sMkSIXA_F2_6tDhuXdnD2u7ibinIcT&noverify=0">
		<img src="https://img.shields.io/badge/QQ-%23339999?logo=Tencent%20QQ">
	</a>
	<img src="https://img.shields.io/badge/%E5%BC%80%E5%8F%91%E8%BF%9B%E5%BA%A6-100%25-red">
</p>
</div>

# 安装
使用pip：
```
pip install nonebot-plugin-warframe-clock
```
>pip安装完成后需要手动加载。
>1. 在bot.py中添加： 
```
nonebot.load_plugin("nonebot_plugin_warframe_clock")
```
>2. 在pyproject.toml中添加：
```
[tool.nonebot]
plugins = ["nonebot_plugin_warframe_clock"]
```

# 功能
<details>
<summary>夜灵平野</summary>
<img src = 'https://i.bmp.ovh/imgs/2022/05/30/89e81aa3d5abd11e.png' />
</details>

<details>
<summary>地球</summary>
<img src = 'https://s3.bmp.ovh/imgs/2022/05/30/e9160c5475eadcb1.png' />
</details>

<details>
<summary>奥布山谷</summary>
<img src = 'https://s3.bmp.ovh/imgs/2022/05/30/f814ad9b154863de.png' />
</details>

<details>
<summary>魔胎之境</summary>
<img src = 'https://s3.bmp.ovh/imgs/2022/05/30/88c53e7bb3783319.png' />
</details>

