nonebot-plugin-batarot


Namenonebot-plugin-batarot JSON
Version 0.2.2.post5 PyPI version JSON
download
home_pagehttps://github.com/Perseus037/nonebot_plugin_batarot/
SummaryA nonebot2 plugin for Blue Archive Tarot.
upload_time2024-10-17 23:53:52
maintainerNone
docs_urlNone
authorNone
requires_python<4.0,>=3.8
licenseMIT
keywords blue archive tarot nonebot nonebot2 bot qq
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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-batarot">
  <img src="https://img.shields.io/pypi/v/nonebot-plugin-batarot.svg" alt="pypi">
</a>
<a href="https://pypi.org/project/nonebot-plugin-batarot/">
  <img src="https://img.shields.io/pypi/dm/nonebot-plugin-batarot.svg" alt="pypi download">
</a>

</div>

<div align="left">

## 💬 前言

若我超脱自然,便将绝不再用,任何自然物化作身躯之外形。

而只求古希腊金匠人用鎏金,和镀金锤铸的绝美造型。

以使昏昏欲睡的帝王清醒,或停留在金色枝头声声歌唱。

把过往,今日,或明朝之事,唱给拜占庭的贵妇王公们听。

——威廉·巴特勒·叶芝《驶向拜占庭》

## 📖 介绍

一个可以进行测运势,魔法占卜与解读的碧蓝档案塔罗牌nonebot2插件

从本地读取图片并发送,使用nonebot_plugin_send_anything_anywhere已实现多适配器支持(onebot.v11, onebot.v12, qqguild,kaiheila, telegram, feishu, red)

目前暂有4个功能:ba塔罗牌,ba运势,ba占卜和ba塔罗牌解读,使用详见下方指令

请下载最新的发版!!!

## 💿 安装

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

    nb plugin install nonebot-plugin-batarot

</details>

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

<details>
<summary>pip</summary>

    pip install nonebot-plugin-batarot[all]

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

    pdm add nonebot-plugin-batarot[all]

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

    poetry add nonebot-plugin-batarot[all]

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

    conda install nonebot-plugin-batarot[all]

</details>

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

    plugins = ["nonebot_plugin_batarot"]

</details>

<br>
<summary>如果你使用pydantic2…<summary>
请在命令行中输入以下指令
  
    pip install pydantic_settings
然后,打开插件文件夹内的 config.py 文件(形如 ...\Nonebot\\.venv\Lib\site-packages\nonebot_plugin_batarot\config.py ),按照提示修改并保存。

## ⚙️ 配置

forward_mode: bool = False
牌阵占卜是否以长消息形式发出,默认为否(合并转发),建议不更改。

## 🎉 使用

现有指令列表:

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

ba占卜:默认以合并转发的方式随机发送一个塔罗牌牌阵进行占卜(私聊时发送的是消息段)。

ba运势:随机发送一张ba塔罗牌以及对应的运势分数和对应运势评价

ba塔罗牌解读:发送一张ba塔罗牌以及来自塔罗牌原画师大人shi0n_krbn的解读。

## 💡 Q/A
- Q1:无法成功发送图片,输入指令后图片很久才响应,该如何解决?

  A1:这主要是图床的锅,使用魔法进行科学上网可以有效避免该问题。
  
     原来用的国内图床,结果有很多日本网友给我发邮件要求我使用日本ip可以访问的图床(?),所以有时候国内ip访问图床可能会抽风。

     二编:已经改为从本地发送,第一次安装插件由于图片清晰度较高下载可能比较慢,建议使用魔法科学上网。
  


- Q2:出现插件无法正常加载相关报错该如何解决?

  A2:请先确认你已经安装了nonebot-plugin-send-anything-anywhere,并且是最新版本。
  
     如果没有安装请使用pip install nonebot-plugin-send-anything-anywhere在你机器人部署的虚拟环境中安装这个前置插件
  
     然后查看你的pyproject文件确保nonebot_plugin_saa(nonebot-plugin-send-anything-anywhere)被正确写入并加载
  
- Q3:关于pydantic版本的问题

  A3:如果你使用的是pydantic 1.x,不用更改文件,可以直接运行。
     如果你使用的是pydantic版本 >= 2.0 :
    1. 安装pydantic_settings包
    2. 将本插件根目录下第1行import的pydantic修改为pydantic_setting
    即可正常运行
  
- Q4:我还有其他问题/报错,没有出现在上面,我也不知道该如何解决.

  A4:出现如无法加载图片,插件报错,前置插件版本冲突等问题,欢迎提issue,我会尽快解决。本插件为一时兴起写着玩的,出现解决不了的问题请自行寻找其他方案。
     
     如果你想给这个插件增加新的功能/补充完善代码,欢迎提pr。

     关于bot的安装配置问题,请去nb官方群聊进行咨询,我不负责也没有义务解答。



## 📞 制作者

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

EMAIL:1209228678@qq.com

企鹅:1209228678

## 🙏 感谢

在此感谢以下开发者(项目)对本项目做出的贡献:

-  [shi0n_krbn](twitter@shi0n_krbn) Twitter塔罗牌原画作者,以及专业的解读

-  [CedarLullaby](https://space.bilibili.com/2910913) 提供的解读翻译

-  [student_2333](https://github.com/lgc2333) 的无私帮助

-  [Nicr0n](https://github.com/Nicr0n)  使插件实现多适配器支持

-  [nonebot_plugin_tarot](https://github.com/MinatoAquaCrews/nonebot_plugin_tarot) 提供的代码参考(~~直接开抄~~)

-  [nonebot-plugin-send-anything-anywhere](https://github.com/MountainDash/nonebot-plugin-send-anything-anywhere) 处理不同 adapter 消息的适配和发送

## 📝 更新日志
### 0.2.2.post1-post4
- 将图片发送改为从本地读取,优化牌阵指令部分代码
- 优化关于合并转发部分的代码逻辑

### 0.2.1.post2-post3
- 更换图床来提高响应速度
- 修复塔罗牌图片错位问题

### 0.2.1.post1
- 使用nonebot_plugin_saa实现多适配器支持

### 0.2.0.post2-post3
- 修复ba占卜功能在私聊时无法发送的问题
- 修改部分运势描述语句中的错误描述

### 0.2.0.post1
- 修改了全部的运势描述语句,加入了大量对国内外电影,诗歌,小说中的引用,来让描述变得更优美
- 结合现实生活中的塔罗牌占卜,增加了六个新的占卜牌阵
  
### 0.2.0
- 改为使用base64发送图片,修复塔罗牌图片在pc端老版本qq上无法显示的问题
- 使用塔罗牌原图,提高了图像的清晰度

### 0.1.0 - 0.1.0.post4
- 修复各种bug
- 重构代码,对原有代码进行模块化拆分便于维护


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Perseus037/nonebot_plugin_batarot/",
    "name": "nonebot-plugin-batarot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "blue archive, tarot, nonebot, nonebot2, bot, qq",
    "author": null,
    "author_email": "Perseus037 <1209228678@qq.com>",
    "download_url": "https://files.pythonhosted.org/packages/45/00/6836dc9b8985ce4aa9d8594103db4211053d9c730685f54acff6763d06c0/nonebot_plugin_batarot-0.2.2.post5.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <img src=\"https://github.com/Perseus037/nonebot_plugin_batarot/blob/main/Alice%20tarot%20picture.jpg\" alt=\"\u78a7\u84dd\u6863\u6848\u5854\u7f57\u724c\u5360\u535c\u56fe\u6807\" >\n\n# nonebot-plugin-batarot\n\n_\ud83d\udd2e \u4e00\u4e2a\u53ef\u4ee5\u8fdb\u884c\u6d4b\u8fd0\u52bf\uff0c\u9b54\u6cd5\u5360\u535c\u4e0e\u89e3\u8bfb\u7684\u78a7\u84dd\u6863\u6848\u5854\u7f57\u724cnonebot2\u63d2\u4ef6\ud83d\udd2e _\n\n<img src=\"https://img.shields.io/badge/python-3.8+-blue.svg\" alt=\"python\">\n<a href=\"https://pdm.fming.dev\">\n  <img src=\"https://img.shields.io/badge/pdm-managed-blueviolet\" alt=\"pdm-managed\">\n</a>\n<!-- <a href=\"https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f4778875-45a4-4688-8e1b-b8c844440abb\">\n  <img src=\"https://wakatime.com/badge/user/b61b0f9a-f40b-4c82-bc51-0a75c67bfccf/project/f4778875-45a4-4688-8e1b-b8c844440abb.svg\" alt=\"wakatime\">\n</a> -->\n\n<br />\n\n<a href=\"./LICENSE\">\n  <img src=\"https://img.shields.io/github/license/lgc-NB2Dev/nonebot-plugin-uma.svg\" alt=\"license\">\n</a>\n<a href=\"https://pypi.python.org/pypi/nonebot-plugin-batarot\">\n  <img src=\"https://img.shields.io/pypi/v/nonebot-plugin-batarot.svg\" alt=\"pypi\">\n</a>\n<a href=\"https://pypi.org/project/nonebot-plugin-batarot/\">\n  <img src=\"https://img.shields.io/pypi/dm/nonebot-plugin-batarot.svg\" alt=\"pypi download\">\n</a>\n\n</div>\n\n<div align=\"left\">\n\n## \ud83d\udcac \u524d\u8a00\n\n\u82e5\u6211\u8d85\u8131\u81ea\u7136\uff0c\u4fbf\u5c06\u7edd\u4e0d\u518d\u7528\uff0c\u4efb\u4f55\u81ea\u7136\u7269\u5316\u4f5c\u8eab\u8eaf\u4e4b\u5916\u5f62\u3002\n\n\u800c\u53ea\u6c42\u53e4\u5e0c\u814a\u91d1\u5320\u4eba\u7528\u938f\u91d1\uff0c\u548c\u9540\u91d1\u9524\u94f8\u7684\u7edd\u7f8e\u9020\u578b\u3002\n\n\u4ee5\u4f7f\u660f\u660f\u6b32\u7761\u7684\u5e1d\u738b\u6e05\u9192\uff0c\u6216\u505c\u7559\u5728\u91d1\u8272\u679d\u5934\u58f0\u58f0\u6b4c\u5531\u3002\n\n\u628a\u8fc7\u5f80\uff0c\u4eca\u65e5\uff0c\u6216\u660e\u671d\u4e4b\u4e8b\uff0c\u5531\u7ed9\u62dc\u5360\u5ead\u7684\u8d35\u5987\u738b\u516c\u4eec\u542c\u3002\n\n\u2014\u2014\u5a01\u5ec9\u00b7\u5df4\u7279\u52d2\u00b7\u53f6\u829d\u300a\u9a76\u5411\u62dc\u5360\u5ead\u300b\n\n## \ud83d\udcd6 \u4ecb\u7ecd\n\n\u4e00\u4e2a\u53ef\u4ee5\u8fdb\u884c\u6d4b\u8fd0\u52bf\uff0c\u9b54\u6cd5\u5360\u535c\u4e0e\u89e3\u8bfb\u7684\u78a7\u84dd\u6863\u6848\u5854\u7f57\u724cnonebot2\u63d2\u4ef6\n\n\u4ece\u672c\u5730\u8bfb\u53d6\u56fe\u7247\u5e76\u53d1\u9001\uff0c\u4f7f\u7528nonebot_plugin_send_anything_anywhere\u5df2\u5b9e\u73b0\u591a\u9002\u914d\u5668\u652f\u6301(onebot.v11, onebot.v12, qqguild\uff0ckaiheila, telegram, feishu, red)\n\n\u76ee\u524d\u6682\u67094\u4e2a\u529f\u80fd\uff1aba\u5854\u7f57\u724c\uff0cba\u8fd0\u52bf\uff0cba\u5360\u535c\u548cba\u5854\u7f57\u724c\u89e3\u8bfb\uff0c\u4f7f\u7528\u8be6\u89c1\u4e0b\u65b9\u6307\u4ee4\n\n\u8bf7\u4e0b\u8f7d\u6700\u65b0\u7684\u53d1\u7248\uff01\uff01\uff01\n\n## \ud83d\udcbf \u5b89\u88c5\n\n</details>\n<summary>\u4f7f\u7528 nb-cli \u5b89\u88c5\uff08\u63a8\u8350\uff09</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u6839\u76ee\u5f55\u4e0b\u6253\u5f00\u547d\u4ee4\u884c, \u8f93\u5165\u4ee5\u4e0b\u6307\u4ee4\u5373\u53ef\u5b89\u88c5\n\n    nb plugin install nonebot-plugin-batarot\n\n</details>\n\n<details>\n<summary>\u4f7f\u7528\u5305\u7ba1\u7406\u5668\u5b89\u88c5</summary>\n\u5728 nonebot2 \u9879\u76ee\u7684\u63d2\u4ef6\u76ee\u5f55\u4e0b, \u6253\u5f00\u547d\u4ee4\u884c, \u6839\u636e\u4f60\u4f7f\u7528\u7684\u5305\u7ba1\u7406\u5668, \u8f93\u5165\u76f8\u5e94\u7684\u5b89\u88c5\u547d\u4ee4\n\n<details>\n<summary>pip</summary>\n\n    pip install nonebot-plugin-batarot[all]\n\n</details>\n<details>\n<summary>pdm</summary>\n\n    pdm add nonebot-plugin-batarot[all]\n\n</details>\n<details>\n<summary>poetry</summary>\n\n    poetry add nonebot-plugin-batarot[all]\n\n</details>\n<details>\n<summary>conda</summary>\n\n    conda install nonebot-plugin-batarot[all]\n\n</details>\n\n\u6253\u5f00 nonebot2 \u9879\u76ee\u6839\u76ee\u5f55\u4e0b\u7684 `pyproject.toml` \u6587\u4ef6, \u5728 `[tool.nonebot]` \u90e8\u5206\u8ffd\u52a0\u5199\u5165\n\n    plugins = [\"nonebot_plugin_batarot\"]\n\n</details>\n\n<br>\n<summary>\u5982\u679c\u4f60\u4f7f\u7528pydantic2\u2026<summary>\n\u8bf7\u5728\u547d\u4ee4\u884c\u4e2d\u8f93\u5165\u4ee5\u4e0b\u6307\u4ee4\n  \n    pip install pydantic_settings\n\u7136\u540e\uff0c\u6253\u5f00\u63d2\u4ef6\u6587\u4ef6\u5939\u5185\u7684 config.py \u6587\u4ef6(\u5f62\u5982 ...\\Nonebot\\\\.venv\\Lib\\site-packages\\nonebot_plugin_batarot\\config.py )\uff0c\u6309\u7167\u63d0\u793a\u4fee\u6539\u5e76\u4fdd\u5b58\u3002\n\n## \u2699\ufe0f \u914d\u7f6e\n\nforward_mode: bool = False\n\u724c\u9635\u5360\u535c\u662f\u5426\u4ee5\u957f\u6d88\u606f\u5f62\u5f0f\u53d1\u51fa\uff0c\u9ed8\u8ba4\u4e3a\u5426\uff08\u5408\u5e76\u8f6c\u53d1\uff09\uff0c\u5efa\u8bae\u4e0d\u66f4\u6539\u3002\n\n## \ud83c\udf89 \u4f7f\u7528\n\n\u73b0\u6709\u6307\u4ee4\u5217\u8868\uff1a\n\nba\u5854\u7f57\u724c\uff1a\u968f\u673a\u53d1\u9001\u4e00\u5f20ba\u5854\u7f57\u724c\u4ee5\u53ca\u6b63\u9006\u4f4d\u542b\u4e49\n\nba\u5360\u535c\uff1a\u9ed8\u8ba4\u4ee5\u5408\u5e76\u8f6c\u53d1\u7684\u65b9\u5f0f\u968f\u673a\u53d1\u9001\u4e00\u4e2a\u5854\u7f57\u724c\u724c\u9635\u8fdb\u884c\u5360\u535c\uff08\u79c1\u804a\u65f6\u53d1\u9001\u7684\u662f\u6d88\u606f\u6bb5\uff09\u3002\n\nba\u8fd0\u52bf\uff1a\u968f\u673a\u53d1\u9001\u4e00\u5f20ba\u5854\u7f57\u724c\u4ee5\u53ca\u5bf9\u5e94\u7684\u8fd0\u52bf\u5206\u6570\u548c\u5bf9\u5e94\u8fd0\u52bf\u8bc4\u4ef7\n\nba\u5854\u7f57\u724c\u89e3\u8bfb\uff1a\u53d1\u9001\u4e00\u5f20ba\u5854\u7f57\u724c\u4ee5\u53ca\u6765\u81ea\u5854\u7f57\u724c\u539f\u753b\u5e08\u5927\u4ebashi0n_krbn\u7684\u89e3\u8bfb\u3002\n\n## \ud83d\udca1 Q/A\n- Q1:\u65e0\u6cd5\u6210\u529f\u53d1\u9001\u56fe\u7247\uff0c\u8f93\u5165\u6307\u4ee4\u540e\u56fe\u7247\u5f88\u4e45\u624d\u54cd\u5e94\uff0c\u8be5\u5982\u4f55\u89e3\u51b3\uff1f\n\n  A1:\u8fd9\u4e3b\u8981\u662f\u56fe\u5e8a\u7684\u9505\uff0c\u4f7f\u7528\u9b54\u6cd5\u8fdb\u884c\u79d1\u5b66\u4e0a\u7f51\u53ef\u4ee5\u6709\u6548\u907f\u514d\u8be5\u95ee\u9898\u3002\n  \n     \u539f\u6765\u7528\u7684\u56fd\u5185\u56fe\u5e8a\uff0c\u7ed3\u679c\u6709\u5f88\u591a\u65e5\u672c\u7f51\u53cb\u7ed9\u6211\u53d1\u90ae\u4ef6\u8981\u6c42\u6211\u4f7f\u7528\u65e5\u672cip\u53ef\u4ee5\u8bbf\u95ee\u7684\u56fe\u5e8a(?),\u6240\u4ee5\u6709\u65f6\u5019\u56fd\u5185ip\u8bbf\u95ee\u56fe\u5e8a\u53ef\u80fd\u4f1a\u62bd\u98ce\u3002\n\n     \u4e8c\u7f16\uff1a\u5df2\u7ecf\u6539\u4e3a\u4ece\u672c\u5730\u53d1\u9001\uff0c\u7b2c\u4e00\u6b21\u5b89\u88c5\u63d2\u4ef6\u7531\u4e8e\u56fe\u7247\u6e05\u6670\u5ea6\u8f83\u9ad8\u4e0b\u8f7d\u53ef\u80fd\u6bd4\u8f83\u6162\uff0c\u5efa\u8bae\u4f7f\u7528\u9b54\u6cd5\u79d1\u5b66\u4e0a\u7f51\u3002\n  \n\n\n- Q2:\u51fa\u73b0\u63d2\u4ef6\u65e0\u6cd5\u6b63\u5e38\u52a0\u8f7d\u76f8\u5173\u62a5\u9519\u8be5\u5982\u4f55\u89e3\u51b3\uff1f\n\n  A2:\u8bf7\u5148\u786e\u8ba4\u4f60\u5df2\u7ecf\u5b89\u88c5\u4e86nonebot-plugin-send-anything-anywhere\uff0c\u5e76\u4e14\u662f\u6700\u65b0\u7248\u672c\u3002\n  \n     \u5982\u679c\u6ca1\u6709\u5b89\u88c5\u8bf7\u4f7f\u7528pip install nonebot-plugin-send-anything-anywhere\u5728\u4f60\u673a\u5668\u4eba\u90e8\u7f72\u7684\u865a\u62df\u73af\u5883\u4e2d\u5b89\u88c5\u8fd9\u4e2a\u524d\u7f6e\u63d2\u4ef6\n  \n     \u7136\u540e\u67e5\u770b\u4f60\u7684pyproject\u6587\u4ef6\u786e\u4fddnonebot_plugin_saa\uff08nonebot-plugin-send-anything-anywhere\uff09\u88ab\u6b63\u786e\u5199\u5165\u5e76\u52a0\u8f7d\n  \n- Q3\uff1a\u5173\u4e8epydantic\u7248\u672c\u7684\u95ee\u9898\n\n  A3:\u5982\u679c\u4f60\u4f7f\u7528\u7684\u662fpydantic 1.x\uff0c\u4e0d\u7528\u66f4\u6539\u6587\u4ef6\uff0c\u53ef\u4ee5\u76f4\u63a5\u8fd0\u884c\u3002\n     \u5982\u679c\u4f60\u4f7f\u7528\u7684\u662fpydantic\u7248\u672c >= 2.0 \uff1a\n    1. \u5b89\u88c5pydantic_settings\u5305\n    2. \u5c06\u672c\u63d2\u4ef6\u6839\u76ee\u5f55\u4e0b\u7b2c1\u884cimport\u7684pydantic\u4fee\u6539\u4e3apydantic_setting\n    \u5373\u53ef\u6b63\u5e38\u8fd0\u884c\n  \n- Q4:\u6211\u8fd8\u6709\u5176\u4ed6\u95ee\u9898/\u62a5\u9519\uff0c\u6ca1\u6709\u51fa\u73b0\u5728\u4e0a\u9762\uff0c\u6211\u4e5f\u4e0d\u77e5\u9053\u8be5\u5982\u4f55\u89e3\u51b3.\n\n  A4:\u51fa\u73b0\u5982\u65e0\u6cd5\u52a0\u8f7d\u56fe\u7247\uff0c\u63d2\u4ef6\u62a5\u9519\uff0c\u524d\u7f6e\u63d2\u4ef6\u7248\u672c\u51b2\u7a81\u7b49\u95ee\u9898\uff0c\u6b22\u8fce\u63d0issue\uff0c\u6211\u4f1a\u5c3d\u5feb\u89e3\u51b3\u3002\u672c\u63d2\u4ef6\u4e3a\u4e00\u65f6\u5174\u8d77\u5199\u7740\u73a9\u7684\uff0c\u51fa\u73b0\u89e3\u51b3\u4e0d\u4e86\u7684\u95ee\u9898\u8bf7\u81ea\u884c\u5bfb\u627e\u5176\u4ed6\u65b9\u6848\u3002\n     \n     \u5982\u679c\u4f60\u60f3\u7ed9\u8fd9\u4e2a\u63d2\u4ef6\u589e\u52a0\u65b0\u7684\u529f\u80fd/\u8865\u5145\u5b8c\u5584\u4ee3\u7801\uff0c\u6b22\u8fce\u63d0pr\u3002\n\n     \u5173\u4e8ebot\u7684\u5b89\u88c5\u914d\u7f6e\u95ee\u9898\uff0c\u8bf7\u53bbnb\u5b98\u65b9\u7fa4\u804a\u8fdb\u884c\u54a8\u8be2\uff0c\u6211\u4e0d\u8d1f\u8d23\u4e5f\u6ca1\u6709\u4e49\u52a1\u89e3\u7b54\u3002\n\n\n\n## \ud83d\udcde \u5236\u4f5c\u8005\n\n### \u9ed1\u7eb8\u6298\u6247 [Perseus037] (https://github.com/Perseus037)\n\nEMAIL\uff1a1209228678@qq.com\n\n\u4f01\u9e45\uff1a1209228678\n\n## \ud83d\ude4f \u611f\u8c22\n\n\u5728\u6b64\u611f\u8c22\u4ee5\u4e0b\u5f00\u53d1\u8005(\u9879\u76ee)\u5bf9\u672c\u9879\u76ee\u505a\u51fa\u7684\u8d21\u732e\uff1a\n\n-  [shi0n_krbn](twitter@shi0n_krbn) Twitter\u5854\u7f57\u724c\u539f\u753b\u4f5c\u8005\uff0c\u4ee5\u53ca\u4e13\u4e1a\u7684\u89e3\u8bfb\n\n-  [CedarLullaby](https://space.bilibili.com/2910913) \u63d0\u4f9b\u7684\u89e3\u8bfb\u7ffb\u8bd1\n\n-  [student_2333](https://github.com/lgc2333) \u7684\u65e0\u79c1\u5e2e\u52a9\n\n-  [Nicr0n](https://github.com/Nicr0n)  \u4f7f\u63d2\u4ef6\u5b9e\u73b0\u591a\u9002\u914d\u5668\u652f\u6301\n\n-  [nonebot_plugin_tarot](https://github.com/MinatoAquaCrews/nonebot_plugin_tarot) \u63d0\u4f9b\u7684\u4ee3\u7801\u53c2\u8003\uff08~~\u76f4\u63a5\u5f00\u6284~~)\n\n-  [nonebot-plugin-send-anything-anywhere](https://github.com/MountainDash/nonebot-plugin-send-anything-anywhere) \u5904\u7406\u4e0d\u540c adapter \u6d88\u606f\u7684\u9002\u914d\u548c\u53d1\u9001\n\n## \ud83d\udcdd \u66f4\u65b0\u65e5\u5fd7\n### 0.2.2.post1-post4\n- \u5c06\u56fe\u7247\u53d1\u9001\u6539\u4e3a\u4ece\u672c\u5730\u8bfb\u53d6\uff0c\u4f18\u5316\u724c\u9635\u6307\u4ee4\u90e8\u5206\u4ee3\u7801\n- \u4f18\u5316\u5173\u4e8e\u5408\u5e76\u8f6c\u53d1\u90e8\u5206\u7684\u4ee3\u7801\u903b\u8f91\n\n### 0.2.1.post2-post3\n- \u66f4\u6362\u56fe\u5e8a\u6765\u63d0\u9ad8\u54cd\u5e94\u901f\u5ea6\n- \u4fee\u590d\u5854\u7f57\u724c\u56fe\u7247\u9519\u4f4d\u95ee\u9898\n\n### 0.2.1.post1\n- \u4f7f\u7528nonebot_plugin_saa\u5b9e\u73b0\u591a\u9002\u914d\u5668\u652f\u6301\n\n### 0.2.0.post2-post3\n- \u4fee\u590dba\u5360\u535c\u529f\u80fd\u5728\u79c1\u804a\u65f6\u65e0\u6cd5\u53d1\u9001\u7684\u95ee\u9898\n- \u4fee\u6539\u90e8\u5206\u8fd0\u52bf\u63cf\u8ff0\u8bed\u53e5\u4e2d\u7684\u9519\u8bef\u63cf\u8ff0\n\n### 0.2.0.post1\n- \u4fee\u6539\u4e86\u5168\u90e8\u7684\u8fd0\u52bf\u63cf\u8ff0\u8bed\u53e5\uff0c\u52a0\u5165\u4e86\u5927\u91cf\u5bf9\u56fd\u5185\u5916\u7535\u5f71\uff0c\u8bd7\u6b4c\uff0c\u5c0f\u8bf4\u4e2d\u7684\u5f15\u7528\uff0c\u6765\u8ba9\u63cf\u8ff0\u53d8\u5f97\u66f4\u4f18\u7f8e\n- \u7ed3\u5408\u73b0\u5b9e\u751f\u6d3b\u4e2d\u7684\u5854\u7f57\u724c\u5360\u535c\uff0c\u589e\u52a0\u4e86\u516d\u4e2a\u65b0\u7684\u5360\u535c\u724c\u9635\n  \n### 0.2.0\n- \u6539\u4e3a\u4f7f\u7528base64\u53d1\u9001\u56fe\u7247\uff0c\u4fee\u590d\u5854\u7f57\u724c\u56fe\u7247\u5728pc\u7aef\u8001\u7248\u672cqq\u4e0a\u65e0\u6cd5\u663e\u793a\u7684\u95ee\u9898\n- \u4f7f\u7528\u5854\u7f57\u724c\u539f\u56fe\uff0c\u63d0\u9ad8\u4e86\u56fe\u50cf\u7684\u6e05\u6670\u5ea6\n\n### 0.1.0 - 0.1.0.post4\n- \u4fee\u590d\u5404\u79cdbug\n- \u91cd\u6784\u4ee3\u7801\uff0c\u5bf9\u539f\u6709\u4ee3\u7801\u8fdb\u884c\u6a21\u5757\u5316\u62c6\u5206\u4fbf\u4e8e\u7ef4\u62a4\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A nonebot2 plugin for Blue Archive Tarot.",
    "version": "0.2.2.post5",
    "project_urls": {
        "Homepage": "https://github.com/Perseus037/nonebot_plugin_batarot/"
    },
    "split_keywords": [
        "blue archive",
        " tarot",
        " nonebot",
        " nonebot2",
        " bot",
        " qq"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3b291104de00b8c98f448c67521047ef73eba2c4329618d2f62b177b9f560f5",
                "md5": "82f5b2e8688eca23a5b5eba4bca9d85a",
                "sha256": "7acf4b21c0390a2ac881464f2639882bdf75504a144b3558b6e3401a4c2e018d"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_batarot-0.2.2.post5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82f5b2e8688eca23a5b5eba4bca9d85a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 17378053,
            "upload_time": "2024-10-17T23:53:50",
            "upload_time_iso_8601": "2024-10-17T23:53:50.103456Z",
            "url": "https://files.pythonhosted.org/packages/b3/b2/91104de00b8c98f448c67521047ef73eba2c4329618d2f62b177b9f560f5/nonebot_plugin_batarot-0.2.2.post5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45006836dc9b8985ce4aa9d8594103db4211053d9c730685f54acff6763d06c0",
                "md5": "b815b03b32ad51d03321ed17a836d5c8",
                "sha256": "66f22f9420c8a66f7d87db89d390fe2a993d4ff088f129b980431be82c488c9b"
            },
            "downloads": -1,
            "filename": "nonebot_plugin_batarot-0.2.2.post5.tar.gz",
            "has_sig": false,
            "md5_digest": "b815b03b32ad51d03321ed17a836d5c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 17380841,
            "upload_time": "2024-10-17T23:53:52",
            "upload_time_iso_8601": "2024-10-17T23:53:52.804769Z",
            "url": "https://files.pythonhosted.org/packages/45/00/6836dc9b8985ce4aa9d8594103db4211053d9c730685f54acff6763d06c0/nonebot_plugin_batarot-0.2.2.post5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 23:53:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Perseus037",
    "github_project": "nonebot_plugin_batarot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nonebot-plugin-batarot"
}
        
Elapsed time: 9.55212s