Metadata-Version: 2.1
Name: nonebot-plugin-nowtime
Version: 0.1.1
Summary: Nonebot2 plugin for telling the time per hour
Home-page: https://github.com/Cvandia/nonebot_plugin_nowtime
License: MIT
Author: Cvadia
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow (>=9.0.0,<10.0.0)
Requires-Dist: aiofiles (>=22.1.0,<23.0.0)
Requires-Dist: httpx (>=0.19.0)
Requires-Dist: nonebot-adapter-onebot (>=2.1.1,<3.0.0)
Requires-Dist: nonebot-plugin-apscheduler (>=0.2.0,<0.3.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.4,<3.0.0)
Project-URL: Repository, https://github.com/Cvandia/nonebot_plugin_nowtime
Description-Content-Type: text/markdown

<div align="center">

<a href="https://v2.nonebot.dev/store"><img src="https://img.zcool.cn/community/014c9a55420cdc0000019ae952d851.jpg@1280w_1l_2o_100sh.jpg" width="180" height="180" alt="NoneBotPluginLogo"></a>

</div>

<div align="center">

# nonebot-plugin-nowtime

_⭐基于Nonebot2的一款整点报时的插件⭐_


</div>


## ⭐ 介绍

让机器人为你整点报时吧，
由于本人第一次创建，有不足的地方还请指出

## 💿 安装

<details>
<summary>nb-cli安装</summary>

在项目目录文件下运行

```
nb plugin install nonebot_plugin_nowtime
```
</details>

<details>
<summary>pip安装</summary>

```
pip install nonebot-plugin-nowtime
```

</details>

## ⚙️ 配置

无需额外配置


## ⭐ 使用

### 指令：
| 指令 | 需要@ | 范围 | 说明 |
|:-----:|:----:|:----:|:----:|
|北京时间|否|私聊、群聊|查看现在时间|
|开启、关闭整点报时|否|群聊|开启或关闭群聊的整点报时|
|查看整点报时列表|否|群聊|查看已开启整点报时的群聊|

如：
```
    /开启整点报时
```    
**注意**

默认情况下, 您应该在指令前加上命令前缀, 通常是 /

## 🌙 未来todo

- [√]添加语音整点报时
- [ ]优化整点报时词库
- [ ]图片整点报时

