从森空岛社区获取明日方舟COS图并随机发送
Project description
nonebot-plugin-skland-cos
从森空岛社区获取明日方舟 COS 图并随机发送的 NoneBot2 插件。
安装
将 nonebot_plugin_skland_cos 目录复制到你的 NoneBot2 项目的插件目录下,或在 pyproject.toml 中添加:
plugins = ["nonebot_plugin_skland_cos"]
依赖: httpx>=0.24.0
pip install httpx
使用
| 指令 | 说明 |
|---|---|
/cos |
随机发送一张明日方舟 COS 图 |
/cos 3 |
随机发送 3 张 (最多 9 张) |
/skcos |
同 /cos |
/方舟cos |
同 /cos |
/森空岛cos |
同 /cos |
API 说明
插件通过请求森空岛社区的 COS 板块帖子列表接口获取图片。
由于森空岛没有公开的社区帖子 API 文档,插件内置了多个候选 endpoint 并会依次尝试。如果全部失败,你需要自己抓包获取正确的 API 地址,然后修改 __init__.py 中的 API_ENDPOINTS 列表。
抓包方法
- 打开浏览器 DevTools (F12) → Network 面板
- 访问
https://www.skland.com/game/arknights?cateId=3 - 筛选 XHR/Fetch 请求
- 找到返回帖子列表 JSON 的请求
- 将该 URL 填入
API_ENDPOINTS
许可
MIT
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot_plugin_skland_cos-0.2.7.tar.gz.
File metadata
- Download URL: nonebot_plugin_skland_cos-0.2.7.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2338b17573fcc1258ac33dcf8ec5c033e76b28309440380e7df51e85d7a805e
|
|
| MD5 |
118c350fdb5353538086ccbd42135942
|
|
| BLAKE2b-256 |
3880c1b83319eb4316816f07dd070a1983ecf3734d05becb513fc1726eb6aa38
|
File details
Details for the file nonebot_plugin_skland_cos-0.2.7-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_skland_cos-0.2.7-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d64fb9f1f9244813e2017f838af39df87d221ee59c938dd76098a540df731fff
|
|
| MD5 |
ad349dc1e936f20420c95bcca4e42d23
|
|
| BLAKE2b-256 |
56180145b5ddd51a89cd7569af1e0bdb1eaa01452bf92f64ba7ef21ae0a93678
|