猫猫,猫猫!
Project description
Ayaka - 猫猫,猫猫! - 0.0.4.7
通过ayaka开发多框架下的、多人互动的群聊插件
根据py包的导入情况,猜测当前插件工作在哪个机器人框架下,已支持
- nonebot2(使用onebotv11适配器,借助qqguild_patch同时可适配qqguild)
- hoshino
- nonebot1
也可将其
- 作为console程序离线运行,便于调试
- 直接通过反向ws连接到gocq上
文档
https://bridgel.github.io/ayaka/
安装
pip install ayaka
作为console程序离线运行
pip install ayaka[fastapi]
# run.py
import ayaka.adapters.console as cat
# 加载插件
# do something
if __name__ == "__main__":
cat.run()
python run.py
直接连接到gocq上
pip install ayaka[fastapi]
# run2.py
import ayaka.adapters.gocq as cat
# 加载插件
# do something
if __name__ == "__main__":
cat.run()
python run2.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.4.7.tar.gz
(25.3 kB
view details)
Built Distribution
ayaka-0.0.4.7-py3-none-any.whl
(35.0 kB
view details)
File details
Details for the file ayaka-0.0.4.7.tar.gz
.
File metadata
- Download URL: ayaka-0.0.4.7.tar.gz
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62298dbeb0b3446bfd6d3a6b952724a9bc7b3a3a44d2549dfe18af4c05a42b2f |
|
MD5 | c4c31ffbb13145a465938d756e7ef1a2 |
|
BLAKE2b-256 | 673fbed16505b411fd42da37bc049897c79890f1f0c5e20774b9876475272a7d |
File details
Details for the file ayaka-0.0.4.7-py3-none-any.whl
.
File metadata
- Download URL: ayaka-0.0.4.7-py3-none-any.whl
- Upload date:
- Size: 35.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.10.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ac3cbe277b470e0d1bb60ca155e83136a3b01e4d0a31f0aee9e05f64e5f88aa |
|
MD5 | 065a346797e69ec2e6dbe8b6848f1ce2 |
|
BLAKE2b-256 | 3f1de442d939685b298ebd1c1a8c21cb0f4f207e6b5e783f1ea96ffd50579517 |