Metadata-Version: 2.1
Name: nonebot-plugin-ayaka-games
Version: 0.1.2
Summary: a pack of textual game on QQ via nonebot-plugin-ayaka
Home-page: https://github.com/bridgeL/nonebot-plugin-ayaka-games
License: MIT
Author: Su
Author-email: wxlxy316@163.com
Requires-Python: >=3.8,<4.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: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: nonebot-adapter-onebot (>=2.1.3,<3.0.0)
Requires-Dist: nonebot-plugin-ayaka (>=0.3.4,<0.4.0)
Requires-Dist: nonebot2 (>=2.0.0b5,<3.0.0)
Requires-Dist: pypinyin (>=0.47.1,<0.48.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Repository, https://github.com/bridgeL/nonebot-plugin-ayaka-games
Description-Content-Type: text/markdown

# ayaka文字小游戏合集 v0.1.2

基于ayaka开发的文字小游戏合集（共计10个）

任何问题请发issue

<b>注意：由于更新pypi的readme.md需要占用版本号，因此其readme.md可能不是最新的，强烈建议读者前往[github仓库](https://github.com/bridgeL/nonebot-plugin-ayaka-games)以获取最新版本的帮助</b>


1. ayaka_master
2. 背包
3. 签到
4. 印加宝藏 [@灯夜](https://github.com/lunexnocty/Meiri)
5. 原神接龙
6. 成语接龙
7. b站视频链接分析
8. bingo
9. 生成糊文字截图
10. 缩写翻译

# 更新记录

<details>

<summary>更新记录</summary>

## 0.1.0 
适配0.3.x版本的ayaka插件

## 0.1.1
修复了checkin失效的问题

## 0.1.2
更换了加载插件的方式

</details>

# How to start

## 安装 ayaka

安装 [前置插件](https://github.com/bridgeL/nonebot-plugin-ayaka) 

`poetry add nonebot-plugin-ayaka`


## 安装 本插件

安装 本插件

`poetry add nonebot-plugin-ayaka-games`

修改nonebot2  `bot.py` 

```python
# 导入ayaka_games插件
nonebot.load_plugin("ayaka_games")
```

## 导入数据

将[本仓库](https://github.com/bridgeL/nonebot-plugin-ayaka-games)的data文件夹，放到nonebot的工作目录下

之后运行nonebot即可

# 特别感谢

[@灯夜](https://github.com/lunexnocty/Meiri) 大佬的插件蛮好玩的~

