Metadata-Version: 2.1
Name: nonebot-plugin-tarot
Version: 0.1.5
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
Requires-Dist: nonebot-adapter-cqhttp (==2.0.0-alpha.16)
Requires-Dist: nonebot2 (==2.0.0-alpha.16)
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.0alpha.16-green">
  </a>
  
  <a href="">
    <img src="https://img.shields.io/badge/release-v0.1.5-orange">
  </a>
  
</p>

</p>

## 版本

v0.1.5

⚠ 适配nonebot2-2.0.0alpha.16；适配beta.1版本参见[beta.1分支](https://github.com/KafCoppelia/nonebot_plugin_tarot/tree/beta.1)

## 安装

1. 通过`pip`或`nb`安装，版本请指定`^0.1.5`；

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

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

## 功能

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

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

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

3. 支持群聊/私聊占卜；

## 命令

塔罗牌、占卜

## 本插件改自

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

