猫猫,猫猫!
Project description
Ayaka - 猫猫,猫猫! - 0.0.3.0
专注群聊、多人互动的插件开发
根据py包的导入情况,猜测当前插件工作在哪个机器人框架下,已支持
- nonebot2(使用onebotv11适配器,借助qqguild_patch同时可适配qqguild)
- hoshino
- nonebot1
也可将其作为console程序离线运行
文档
https://bridgel.github.io/ayaka/
注意:文档版本与pypi包正式版本一致,因此其内容可能会落后于各个beta版
安装
历史遗留问题
如果你之前安装过nonebot_plugin_ayaka
,请先确保它卸载干净
pip uninstall nonebot_plugin_ayaka
安装
pip install ayaka
作为console程序离线运行
# run.py
import ayaka.adapters as cat
# 加载插件
# do something
if __name__ == "__main__":
cat.run()
python run.py
其他
本插件的前身:nonebot_plugin_ayaka
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ayaka-0.0.3.0.tar.gz
(23.0 kB
view hashes)
Built Distribution
ayaka-0.0.3.0-py3-none-any.whl
(34.0 kB
view hashes)