Skip to main content

No project description provided

Project description

nonebot

nonebot_plugin_clovers

python license pypi pypi download

💿 安装

推荐使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot_plugin_clovers
使用包管理器安装
pip
pip install nonebot_plugin_clovers
poetry ```bash poetry add nonebot_plugin_clovers ```

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分的 plugins 项里追加写入

[tool.nonebot]
plugins = [
    # ...
    "nonebot_plugin_clovers"
]

⚙️ 配置

clovers_config_file clovers 框架配置文件路径

"clovers_config_file" = "clovers.toml"

插件位置

🎉 使用

详见clovers 自定义的聊天平台异步机器人指令-响应插件框架

在你定义的 clovers 框架配置文件文件中添加下面的配置

[nonebot_plugin_clovers]
plugins_path = "./clovers_library"
plugins_list = []

plugins_path 加载本地插件位置 plugins_list 加载插件列表

已完成的适配器方法

📞 联系

如有建议,bug 反馈等可以加群

机器人 bug 研究中心(闲聊群) 744751179

永恒之城(测试群) 724024810

群号

💡 鸣谢

  • nonebot2 跨平台 Python 异步聊天机器人框架

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

nonebot_plugin_clovers-0.1.2.post2.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

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