Send Today In History to friends or group chat
Project description
📖 介绍
定时向指定群&好友发送 历史上的今天
数据源:历史上的今天-百度百科
- 推荐python
3.9+
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-today-in-history
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip install nonebot-plugin-today-in-history
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot_plugin_today_in_history"]
⚙️ 配置
在 nonebot2 项目的.env
文件中添加下表中的必填配置
配置项 | 必填 | 默认值 | 说明 |
---|---|---|---|
history_qq_groups_all | 否 | False | 开启全部群聊推送,为True 时history_qq_groups 失效 |
history_qq_groups | 否 | [ ] | 列表形式,如[123,456] |
history_qq_friends | 否 | [ ] | 列表形式,如[123,456] |
history_inform_time | 否 | 7 35 | 每日推送时间,以空格隔开 |
说明,通过群聊/私聊添加的自定义配置优先于.env
配置
上面的表格不会的可照抄下面的配置示例
新版配置,v0.0.9
及以上
# nonebot-plugin-today-in-history
history_qq_groups_all=False #开启全部群聊推送,为`True`时`history_qq_groups`失效
history_qq_friends=[123,456] #设定要发送的QQ好友
history_qq_groups=[123,456] #设定要发送的群
history_inform_time="7 35" #设定每天发送时间,以空格间隔
旧版配置,`v0.0.8`及以下
#nonebot-plugin-today-in-history
history_qq_friends=[12345678910] #设定要发送的QQ好友
history_qq_groups=[123456789,123456789,123456789] #设定要发送的群
history_inform_time=[{"HOUR":9,"MINUTE":1}] #在输入时间的时候 不要 以0开头如{"HOUR":06,"MINUTE":08}是错误的
🎉 使用
指令表
指令 | 说明 |
---|---|
历史上的今天 | 查看今天的历史上的今天 |
历史上的今天+设置 | 以连续对话的形式设置历史上的今天的推送时间 |
历史上的今天+设置 小时:分钟 | 设置历史上的今天的推送时间 |
历史上的今天+状态 | 查看当前群聊/私聊的历史上的今天状态 |
历史上的今天+禁用 | 禁用当前群聊/私聊的历史上的今天推送 |
效果图
其他
-
bingganhe123/60s-
进行一个简单的抄 -
A-kirami/nonebot-plugin-moyu 提供的自定义配置代码块
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
File details
Details for the file nonebot_plugin_today_in_history-0.1.1.tar.gz
.
File metadata
- Download URL: nonebot_plugin_today_in_history-0.1.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a27435d52063306032e9ee7cdd38a8b561d9a9b893edc7d837aa20067796e0e |
|
MD5 | d15e19d671c7e559c85d7bef02796c74 |
|
BLAKE2b-256 | 54df3c567f035888434a9dfa073e1ed6299b22b6ee88ea8d23705c5bfdb56e05 |
File details
Details for the file nonebot_plugin_today_in_history-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_today_in_history-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20fda34c08e2c8eb063a4ff88c40a6989457c53a22866c1c5f7b5e7d8e61a7ec |
|
MD5 | dc5c718c06ac8caadd9ffb9894503c18 |
|
BLAKE2b-256 | 00df1e6b07260c1f3718523fd1af30baf66f921d5763234f4b6e69354976a0d7 |