_✨Nonebot猫猫http状态码插件✨_
Project description
💿 安装
1. nb-cli安装(推荐)
bot根目录下打开命令行,执行nb命令安装插件,插件配置会自动添加至配置文件
nb plugin install nonebot_plugin_HttpCat
2. pip安装
pip install nonebot_plugin_HttpCat --upgrade
打开 nonebot2 项目的 bot.py
文件, 在其中写入
nonebot.load_plugin('nonebot_plugin_HttpCat')
或在bot路径pyproject.toml
的[tool.nonebot]
的plugins
中添加nonebot_plugin_HttpCat
即可
3.应用思路(开发者)
本包提供了两个函数,分别对应了httpcat的 解释msg 和 图片url,或许大家可以拿来让http报错不再无聊~(笑)
from nonebot_plugin_HttpCat import httpcat_msg,httpcat_pic
...
send(msgs + MessageSegment.image(file=url))
🎉 使用
指令表
指令 | 需要@ | 范围 | 说明 |
---|---|---|---|
httpcat + http status code | 否 | 群聊/私聊 | 后加http提示码 |
注意
默认情况下, 您应该在指令前加上命令前缀, 通常是 /
🧡特别感谢
omega-miya: https://github.com/Ailitonia/omega-miya 超可爱的Miyabot提供的httpcat思路
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
File details
Details for the file nonebot_plugin_HttpCat-0.0.2.tar.gz
.
File metadata
- Download URL: nonebot_plugin_HttpCat-0.0.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38abe5cc69abcf0f072261472499f48a0f56bc34271902b5d9267d84c25fbaf7 |
|
MD5 | b9b33d2beeabc3d77584b9cd2b594e66 |
|
BLAKE2b-256 | 2de7fc1548094a7e3e6bfaaa2ef755d9915812d207c76a95769c372351857da5 |