Metadata-Version: 2.1
Name: nonebot-plugin-badrawcard
Version: 0.1.1
Summary: 模拟BA抽卡
Home-page: https://github.com/lengmianzz/nonebot-plugin-BAdrawcard
Author: LMZZ
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiofiles (>=23.2.1,<24.0.0)
Requires-Dist: httpx (>=0.25.0,<0.26.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: nonebot-adapter-onebot (>=2.3.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.1.3,<3.0.0)
Requires-Dist: pillow (>=10.0.1,<11.0.0)
Requires-Dist: pydantic[dotenv] (>=1.10.0,<2.0.0)
Requires-Dist: redis (>=5.0.0,<6.0.0)
Description-Content-Type: text/markdown

<div align="center">

# 《碧蓝档案》抽卡模拟器 

</div>

<p align="center">
  <img src="https://img.shields.io/github/license/lengmianzz/nonebot-plugin-BAdrawcard" alt="license">
  <img src="https://img.shields.io/badge/python-3.8+-blue.svg" alt="Python">
  <img src="https://img.shields.io/badge/nonebot-2.0.0+-red.svg" alt="NoneBot">
</p>

## **Warning**: 本插件需要安装Redis!!!  

### 功能:
 - 跟随游戏概率进行模拟抽卡
 - 自动更新up卡池
 - 长时间未用, 自动更新卡池
 - 展示当前UP学生
 - 展示当前概率


### 安装:
 - 使用 nb-cli 安装  
```
nb plugin install nonebot-plugin-BAdrawcard
```


### 配置:
 - proxy: 代理, `http://ip:host`格式
 - redis_host: Redis的host, 默认为localhost
 - redis_port: Redis的开放端口, 默认为6379   


### 触发:
 - `/ba单抽`
 - `/ba十连`
 - `/ba来一井`
 - `/当前概率`
 - `/当前up`

