Skip to main content

猫猫,猫猫!

Project description

Ayaka - 猫猫,猫猫! - 0.0.4.7

PyPI - Python Version PyPI - Downloads PyPI - License PyPI

通过ayaka开发多框架下的、多人互动的群聊插件

根据py包的导入情况,猜测当前插件工作在哪个机器人框架下,已支持

也可将其

  • 作为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


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 hashes)

Uploaded Source

Built Distribution

ayaka-0.0.4.7-py3-none-any.whl (35.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page