Metadata-Version: 2.1
Name: nonebot-plugin-tarot
Version: 0.1.2
Summary: Tarot divination for everyday!
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown

<div align="center">

# Tarot

<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line MD036 -->
_🔮 塔罗牌 🔮_
<!-- prettier-ignore-end -->

</div>

<p align="center">
  
  <a href="https://github.com/KafCoppelia/nonebot_plugin_tarot/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.1-green">
  </a>
  
  <a href="">
    <img src="https://img.shields.io/badge/release-v0.1.2-orange">
  </a>
  
</p>

</p>

## 版本

v0.1.2

⚠ 目前不确定是否适配nonebot2-2.0.0beta.1，虽然代码改了但是……

## 安装

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

2. 塔罗牌图片资源默认位于`./resource`下，可通过设置`env`下`TAROT_PATH`更改；

3. 占卜一下你的今日运势！🥳

## 功能

1. 塔罗牌！占卜今日运势；

2. *可选：`env`内可设置群聊转发模式：

```python
CHAIN_REPLY=false   # 是否启用转发模式
```

## 命令

塔罗牌、占卜

## 本插件改自：

1. [真寻bot插件库-tarot](https://github.com/AkashiCoin/nonebot_plugins_zhenxun_bot)
2. [HoshinoBot-tarot](https://github.com/haha114514/tarot_hoshino)
