Send Today In History to friends or group chat
Project description
📖 介绍
定时向指定群&好友发送 历史上的今天
数据源:历史上的今天-百度百科
鸣谢 bingganhe123/60s- 进行一个简单的抄
💿 安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-today-in-histroy
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip install nonebot-plugin-today-in-histroy
打开 nonebot2 项目的 bot.py
文件, 在其中写入
nonebot.load_plugin('nonebot_plugin_today-in-histroy')
从 github 安装
在 nonebot2 项目的插件目录下, 打开命令行, 输入以下命令克隆此储存库git clone https://github.com/AquamarineCyan/nonebot-plugin-today-in-histroy.git
打开 nonebot2 项目的 bot.py
文件, 在其中写入
nonebot.load_plugin('src.plugins.nonebot_plugin_today-in-histroy')
⚙️ 配置
在 nonebot2 项目的.env
文件中添加以下配置
#nonebot-plugin-today-in-histroy
read_qq_friends=[12345678910] #设定要发送的QQ好友
read_qq_groups=[123456789,123456789,123456789] #设定要发送的群
read_inform_time=[{"HOUR":9,"MINUTE":1}] #在输入时间的时候 不要 以0开头如{"HOUR":06,"MINUTE":08}是错误的
效果图
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.0.2.tar.gz
.
File metadata
- Download URL: nonebot-plugin-today-in-history-0.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb9c47848fef794ac4535931e71fc12c946f56ca67ee77292bb4992b64712e1c |
|
MD5 | c5b6f471c9b6f2985bd3b5ea0cd0582e |
|
BLAKE2b-256 | b9935b42da9592f7e5e033363bc08f9778778e082650194f7ea76a25cf860070 |
File details
Details for the file nonebot_plugin_today_in_history-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_today_in_history-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3b8c5535e5110abd821dd217e11f924588511191e306b9325db0f80a7d1fe96 |
|
MD5 | bc40fec3351cdf9010760f1c673349c6 |
|
BLAKE2b-256 | 822d32395110a6d20127a8d2eaadcbe5f479ed35255293e470c5c1616ca2cd4f |