a plugin to inform flame cloud infos.
Project description
[!IMPORTANT] 收藏项目 ~⭐️
📖 介绍
本插件用于自动提醒日出日落火烧云信息,支持添加、移除提醒,查询最近的火烧云图片。
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-sunset-reminder --upgrade
使用 pypi 源安装
nb plugin install nonebot-plugin-sunset-reminder --upgrade -i "https://pypi.org/simple"
使用清华源安装
nb plugin install nonebot-plugin-sunset-reminder --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令uv
uv add nonebot-plugin-sunset-reminder
安装仓库 master 分支
uv add git+https://github.com/HTony03/nonebot-plugin-sunset-reminder@master
pdm
pdm add nonebot-plugin-sunset-reminder
安装仓库 master 分支
pdm add git+https://github.com/HTony03/nonebot-plugin-sunset-reminder@master
poetry
poetry add nonebot-plugin-sunset-reminder
安装仓库 master 分支
poetry add git+https://github.com/HTony03/nonebot-plugin-sunset-reminder@master
打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入
plugins = ["nonebot_plugin_sunset_reminder"]
⚙️ 配置
在 nonebot2 项目的.env文件中添加下表中的必填配置
暂无
🎉 使用
指令表
| 指令 | 权限 | 需要@ | 范围 | 说明 |
|---|---|---|---|---|
| /add 或 添加火烧云提醒 | 群管理员/私聊 | 否 | 群聊/私聊 | 添加火烧云自动提醒 |
| /remove 或 移除火烧云提醒 | 群管理员/私聊 | 否 | 群聊/私聊 | 移除火烧云自动提醒 |
| /latest_sunset_remind 或 最近日落火烧云提醒 | 群员/私聊 | 否 | 群聊/私聊 | 获取最近一次日落火烧云图片 |
| /latest_sunrise_remind 或 最近日出火烧云提醒 | 群员/私聊 | 否 | 群聊/私聊 | 获取最近一次日出火烧云图片 |
| /search 或 火烧云查询 | 群员/私聊 | 否 | 群聊/私聊 | 查询指定城市火烧云信息 |
search指令详细介绍
| 参数 | 说明 | 接受的值 | 示例 |
|---|---|---|---|
| -c, --city | 城市名称 | str | 北京 |
| -d, --day | 查询的时间,默认为今天 | 'today', 'tomorrow', '今天', '昨天' | today |
| -t, --type | 查询类型,默认为日出 | 'sunrise', 'sunset', '日出', '日落' | sunrise |
| -h, --help | 帮助信息 | 无 | 无 |
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_sunset_reminder-0.1.0.tar.gz.
File metadata
- Download URL: nonebot_plugin_sunset_reminder-0.1.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ebe4de620feeee0e5e3605a302f3f2497e8a907a0129e9ce6e794bcb49972bc
|
|
| MD5 |
d213acc84492845d96b20826e1f60feb
|
|
| BLAKE2b-256 |
db07cd207020ee1d98f934219c42e8294357b62c6609ebc9be937c19dbf2f2e7
|
Provenance
The following attestation bundles were made for nonebot_plugin_sunset_reminder-0.1.0.tar.gz:
Publisher:
pypi-publish.yml on HTony03/nonebot-plugin-sunset-reminder
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nonebot_plugin_sunset_reminder-0.1.0.tar.gz -
Subject digest:
0ebe4de620feeee0e5e3605a302f3f2497e8a907a0129e9ce6e794bcb49972bc - Sigstore transparency entry: 239009610
- Sigstore integration time:
-
Permalink:
HTony03/nonebot-plugin-sunset-reminder@73c4eecac9288ec6cb343552380db7f5aa21a423 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/HTony03
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish.yml@73c4eecac9288ec6cb343552380db7f5aa21a423 -
Trigger Event:
push
-
Statement type:
File details
Details for the file nonebot_plugin_sunset_reminder-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_sunset_reminder-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e02246f7a5b1e696b007a3362607ef1b215305dd7a26062d1935c38e50571a76
|
|
| MD5 |
1719e1e9a23755bf2fcac443967ea3a4
|
|
| BLAKE2b-256 |
a8defb0e9febc5d46a84e69dfcb2cd890954f4837c3831be50cf1c1421ddebd6
|
Provenance
The following attestation bundles were made for nonebot_plugin_sunset_reminder-0.1.0-py3-none-any.whl:
Publisher:
pypi-publish.yml on HTony03/nonebot-plugin-sunset-reminder
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nonebot_plugin_sunset_reminder-0.1.0-py3-none-any.whl -
Subject digest:
e02246f7a5b1e696b007a3362607ef1b215305dd7a26062d1935c38e50571a76 - Sigstore transparency entry: 239009621
- Sigstore integration time:
-
Permalink:
HTony03/nonebot-plugin-sunset-reminder@73c4eecac9288ec6cb343552380db7f5aa21a423 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/HTony03
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
pypi-publish.yml@73c4eecac9288ec6cb343552380db7f5aa21a423 -
Trigger Event:
push
-
Statement type: