Metadata-Version: 2.1
Name: nonebot-plugin-tarot
Version: 0.2.4
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.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.1,<3.0.0)
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.2.4-orange">
  </a>
  
</p>

</p>

## 版本

v0.2.4

⚠ 适配nonebot2-2.0.0beta.1+；

👉 适配nonebot-2.0.0alpha.16版本参见[alpha.16分支](https://github.com/KafCoppelia/nonebot_plugin_tarot/tree/alpha.16)

[更新日志](https://github.com/KafCoppelia/nonebot_plugin_tarot/releases/tag/v0.2.4)

## 安装

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

2. 塔罗牌图片资源默认位于`./resource`下，设置`env`下`TAROT_PATH`更改资源路径，`CHAIN_REPLY`设置启用转发模式；

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

## 功能

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

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

3. 支持单张/全套塔罗牌占卜；

4. **新增** 插件帮助文案；

## 命令

1. 占卜：占卜4张塔罗牌；

2. 塔罗牌：得到单张塔罗牌回应；

## 本插件改自

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

2. [HoshinoBot-tarot](https://github.com/haha114514/tarot_hoshino)

