Metadata-Version: 2.1
Name: nonebot-plugin-batarot
Version: 0.1.1
Summary: A nonebot2 plugin for Blue Archive Tarot.
Keywords: blue archive tarot nonebot nonebot2 bot qq
Home-page: https://github.com/Perseus037/nonebot_plugin_batarot/
Author-Email: Perseus037 <1209228678@qq.com>
License: MIT
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Topic :: Communications
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Project-URL: Homepage, https://github.com/Perseus037/nonebot_plugin_batarot/
Requires-Python: <4.0,>=3.8
Requires-Dist: nonebot2>=2.1.1
Requires-Dist: pydantic<2,>=1.10.13
Requires-Dist: nonebot-adapter-onebot>=2.3.1
Requires-Dist: nonebot-plugin-htmlrender>=0.2.2
Requires-Dist: nonebot-plugin-apscheduler>=0.3.0
Requires-Dist: aiohttp<4.0,>=3.91
Requires-Dist: httpx<0.25
Requires-Dist: nonebot-plugin-PicMenu>=0.2; extra == "menu"
Provides-Extra: menu
Description-Content-Type: text/markdown

<div align="center">
  <img src="https://github.com/Perseus037/nonebot_plugin_batarot/blob/main/Alice%20tarot%20picture.jpg" alt="碧蓝档案塔罗牌占卜" >

# NoneBot-Plugin-Batarot

_✨一个可以进行测运势，占卜的碧蓝档案塔罗牌nonebot2插件✨_

<img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="python">
<a href="https://pdm.fming.dev">
  <img src="https://img.shields.io/badge/pdm-managed-blueviolet" alt="pdm-managed">
</a>
<!-- <a href="https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f4778875-45a4-4688-8e1b-b8c844440abb">
  <img src="https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f4778875-45a4-4688-8e1b-b8c844440abb.svg" alt="wakatime">
</a> -->

<br />

<a href="./LICENSE">
  <img src="https://img.shields.io/github/license/lgc-NB2Dev/nonebot-plugin-uma.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-longtu">
  <img src="https://img.shields.io/pypi/v/nonebot-plugin-uma.svg" alt="pypi">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-longtu">
  <img src="https://img.shields.io/pypi/dm/nonebot-plugin-uma" alt="pypi download">
</a>

</div>

<div align="left">

## 📖 介绍
一个可以进行测运势，占卜的碧蓝档案塔罗牌nonebot2插件

目前暂时共有4个功能：ba塔罗牌，ba运势，ba占卜和ba塔罗牌解读

自己推的国内仓库，无需担心从github下载图片的一次次报错和网络加载失败问题

## 💿 安装

建议直接将这个插件扔进nonebot2\.venv\Lib\site-packages根目录中，
然后打开 nonebot2 项目根目录下的 `pyproject.toml` 文件,在 `[tool.nonebot]` 部分的 `plugins` 项里追加写入nonebot_plugin_babattleline即可

pypi注册不了所以没法发包，暂未上架 NB 商店，只能用gitclone。。。


<!--
<details open>
<summary>[推荐] 使用 nb-cli 安装</summary>
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装

```bash
nb plugin install nonebot_plugin_batarot
```
-->

</details>

<details open>
<summary>使用包管理器安装</summary>
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令

<details open>
<summary>pip</summary>

```bash
pip install nonebot_plugin_batarot
```

</details>
<details>
<summary>pdm</summary>

```bash
pdm add nonebot_plugin_batarot
```

</details>
<details>
<summary>poetry</summary>

```bash
poetry add nonebot_plugin_batarot
```

</details>
<details>
<summary>conda</summary>

```bash
conda install nonebot_plugin_batarot
```

</details>

打开 nonebot2 项目根目录下的 `pyproject.toml` 文件, 在 `[tool.nonebot]` 部分的 `plugins` 项里追加写入

```toml
[tool.nonebot]
plugins = [
    # ...
    "nonebot_plugin_batarot"
]
```

</details>

## ⚙️ 配置

不需要配置，开箱即用。

## 🎉 使用

现有指令列表：

ba塔罗牌：随机发送一张ba塔罗牌以及正逆位含义

ba占卜：以合并转发的方式发送一个牌阵进行占卜

ba运势：随机发送一张ba塔罗牌以及对应的运势分数和描述

ba塔罗牌解读：发送一张ba塔罗牌以及塔罗牌原画师的解读www
 
## 📞 制作者

### 黑纸折扇 [Perseus037] (https://github.com/Perseus037)

QQ：1209228678

## 🙏 感谢

### shi0n_krbn（twitter@shi0n_krbn)画师妈妈的超好看ba塔罗牌和解读

### CedarLullaby（https://space.bilibili.com/2910913) 提供的翻译

### 饼干 [student_2333] (https://github.com/lgc2333) 对于我学习编写插件和配置qqbot，等过程中的无私帮助

### KafCoppelia （https://github.com/KafCoppelia) 提供的思路借鉴（~~直接开抄~~) 
