Metadata-Version: 2.1
Name: nonebot-plugin-crazy-thursday
Version: 0.2.2
Summary: Send crazy thursday articles of KFC randomly!
License: MIT
Author: KafCoppelia
Author-email: k740677208@gmail.com
Requires-Python: >=3.7.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.2,<3.0.0)
Description-Content-Type: text/markdown

<div align="center">

# Crazy Thursday

<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line MD036 -->
_🍗 天天疯狂 🍗_
<!-- prettier-ignore-end -->

</div>

<p align="center">
  
  <a href="https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/blob/main/LICENSE">
    <img src="https://img.shields.io/badge/license-MIT-informational">
  </a>
  
  <a href="https://github.com/nonebot/nonebot2">
    <img src="https://img.shields.io/badge/nonebot2-2.0.0beta.2-green">
  </a>
  
  <a href="">
    <img src="https://img.shields.io/badge/release-v0.2.2-orange">
  </a>
  
</p>
</p>

## 版本

v0.2.2

⚠ 适配nonebot2-2.0.0beta.2；

👉 适配alpha.16版本参见[alpha.16分支](https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/tree/alpha.16)

[更新日志](https://github.com/MinatoAquaCrews/nonebot_plugin_crazy_thursday/releases/tag/v0.2.2)

## 安装

1. 通过`pip`或`nb`安装；

2. 读取文案的默认路径位于`./resource`下；可在`.env.*`下设置：

```python
CRAZY_PATH="your-path-to-post.json"
```

## 功能

天天疯狂！随机输出KFC疯狂星期四文案。

**重磅新增** 三十余条文案！~~更新假面骑士国配文案~~

## 命令

1. 天天疯狂，疯狂星期[一|二|三|四|五|六|日|天]，输入**疯狂星期八**等不合法时间将提示；

2. 支持狂乱[月|火|水|木|金|土|日]曜日日文触发；

## 本插件改自HoshinoBot疯狂星期四插件

[HoshinoBot-fucking_crazy_thursday](https://github.com/Nicr0n/fucking_crazy_thursday)

