NoneBot2 plugin for CheckMCupdate
Project description
README
描述
该项目是一个使用 Python 编写的简单程序,用于获取 Minecraft 最新版本信息并定时检查更新,并在指定的群组内发送消息通知。
功能特点
- 获取最新的 Minecraft 版本信息
- 定时检查 Minecraft 是否有新版本
- 在指定群组内发送更新通知消息
安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-mcversion
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-mcversion
pdm
pdm add nonebot-plugin-mcversion
poetry
poetry add nonebot-plugin-mcversion
conda
conda install nonebot-plugin-mcversion
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot-plugin-mcversion"]
使用
- 使用
mcver
,mcversion
,MC版本
来获取当前最新MC版本 - 程序会每分钟自动检查 Minecraft 是否有新版本,若有则会在指定的群组内发送消息。
配置
在配置文件中必须进行以下设置:
mcver_group_id
:指定检查 Minecraft 更新后发送消息的群组 ID。
mcver_group_id = [123456, 789012]
鸣谢
- nonebot_plugin_apscheduler - NoneBot 的定时任务插件
反馈
- 问题跟踪:GitHub Issues
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
Close
Hashes for nonebot-plugin-mcversion-0.2.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f39cee7a22437d52ee1f9f31b49124c2a907a61df3dd618af03670d0584752f3 |
|
MD5 | 28145b62549cf5cc1f496e26d4f4dedd |
|
BLAKE2b-256 | d4eccd7328a6874a98aec7c03d2151334f4013dd5ea1d3102e7a8fb0760d7d7d |
Close
Hashes for nonebot_plugin_mcversion-0.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | abb35436fda49f92c7464e5f70f7dbcf9e11d8549c5912f532a4c62e322fee60 |
|
MD5 | d31844208e68b4deaf1398c7ab413653 |
|
BLAKE2b-256 | 68995cb4f409e882e43cd456ab36a30953d822296a20f6f84ecd4ce91b778e05 |