Metadata-Version: 2.1
Name: nonebot-plugin-ayaka-games
Version: 0.0.1
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.2.18,<0.3.0)
Requires-Dist: nonebot2 (>=2.0.0b5,<3.0.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衍生插件

基于ayaka开发的文字小游戏合集

- incan 印加宝藏 [@灯夜](https://github.com/lunexnocty/Meiri)
- bet 赌大小
- 

## How to start

首先需要安装 ayaka插件 `poetry add nonebot-plugin-ayaka`

安装 `poetry add nonebot-plugin-ayaka-games`

修改nonebot2 在 `bot.py` 中写入 

```python
# 先加载ayaka
nonebot.load_plugin("ayaka")
nonebot.load_plugin("ayaka_games")
```

## Documentation

See [nonebot-plugin-ayaka](https://github.com/bridgeL/nonebot-plugin-ayaka)

