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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99cf444d2348591634ae0c6cabc22a4dfdaa6ff93d3250c2f6860329116ed45f |
|
MD5 | c90130ef170cb273bfb6c9a19350edc7 |
|
BLAKE2b-256 | 909ed77f599dced6be6065c2b0f53da96be15485eb2c7ed66d464923e2d5a006 |
Close
Hashes for nonebot_plugin_mcversion-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb0693529c89abdca59f0ea47de97c60d4563b3ff819c9b0a7f5e5dc1c2ff6ce |
|
MD5 | 4d8bab776dc85ed47d4046f65de47b6b |
|
BLAKE2b-256 | a8204f5d5673b9169a4e84cd1e86e25625680f34a8332ecbcfc7cfe65a02a861 |