通过 https://www.mcmod.cn 获取模组、整合包、教程等信息。
Project description
nonebot-plugin-mcmod
基于 NoneBot2 的 模组百科 (MCMOD) 查询插件
📖 介绍
一个简单的 NoneBot2 插件,用于在 https://www.mcmod.cn (我的世界百科) 搜索模组、整合包、教程和资料等信息。
通过指令在 QQ 群从查询 Minecraft 中文模组百科相关内容。以转发消息的形式展示搜索信息,目前支持搜索、标题、正文文本和图片内容获取。
💿 安装(暂未上架,请先使用 clone 方式安装)
使用 git:
git clone https://github.com/chrysoljq/nonebot-plugin-mcmod
然后将 nonebot-plugin-mcmod/nonebot_plugin_mcmod 复制到你的插件目录下。
使用 pip:
pip install nonebot_plugin_mcmod
使用 nb-cli:
nb plugin install nonebot_plugin_mcmod
安装后,请在你的 bot.py 或 pyproject.toml 中加载插件:
# bot.py
nonebot.load_plugin("nonebot_plugin_mcmod")
# pyproject.toml
[tool.nonebot]
plugins = ["nonebot_plugin_mcmod"]
🚀 使用
指令格式:
#百科[分类] <关键词> [序号]
若无序号,则会等待用户下一次数字输入
参数说明:
[分类]: 可选参数,用于指定搜索范围。可选值为整合包,模组,教程,资料。如果省略,则在所有分类中搜索。<关键词>: 必填参数,你要搜索的内容。[序号]: 可选参数,当搜索结果多于一个时,可以通过序号选择查看特定结果的详细信息(序号从 1 开始)。
示例:
#百科模组 工业- 搜索分类为“模组”,关键词为“工业”的内容。#百科整合包 石头世界- 搜索分类为“整合包”,关键词为“石头世界”的内容。#百科 AE2- 在所有分类中搜索关键词为“AE2”的内容。#百科 暮色森林 2- 查看“暮色森林”搜索结果中的第 2 条详细信息。
📝 TODO
- 获取整合包/模组支持的 Minecraft 版本信息。
- 完善搜索结果中的图片爬取与展示。
- 增加配置项,例如结果数量限制等。
- 为对话流程添加超时机制
- 控制消息长度
🙏 致谢
- mcmod.cn - 提供数据来源。
- nonebot2 - 插件开发框架。
- Gemini - 代码助手,大大加快开发流程。
- limbang/mirai-console-mcmod-plugin - 提供灵感来源。
📄 开源许可
本项目使用 MIT License 开源。
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_mcmod-1.3.1.tar.gz.
File metadata
- Download URL: nonebot_plugin_mcmod-1.3.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.10.16 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e0c0080ce4366f390d67cc5a5bff07ea5bd296adebb18b041fc5a554afdcc90
|
|
| MD5 |
fbefac224a234fbb9b5c0f14f4e14bb6
|
|
| BLAKE2b-256 |
fe5ec2a044a642fb49c57fc893cba0e14fc662e3ce7da13ba39197d19d71c1eb
|
File details
Details for the file nonebot_plugin_mcmod-1.3.1-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_mcmod-1.3.1-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.10.16 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
072162e2243839ed7a0ffc26799c48452bd0b982c8869b7c903f53156feb71b3
|
|
| MD5 |
f026fa4c4e6a6c6c947a4ab07e754534
|
|
| BLAKE2b-256 |
c1e32ac74113c39e07310fbbe9d08b434e930bb0bf91cf9a90567d0b0e08c5c2
|