Get Heweather information and convert to pictures
Project description
nonebot-plugin-heweather
✨ 获取和风天气信息并转换为图片 ✨
使用 html+playwright 来渲染好看的!
- 使用了
自产自销的nonebot-plugin-htmlrender - 需要先保证 playwright 可以正常运行并在系统(或容器中)存在中文字体
安装
直接使用 pip install nonebot-plugin-heweather
进行安装
在 bot.py
中 写入 nonebot.load_plugin("nonebot_plugin_heweather")
指令
天气+地区
或 地区+天气
例如:上海天气
或 天气广州
配置
apikey 必须配置 环境配置
QWEATHER_APIKEY = xxx
api 类型 必须配置 环境配置
0 = 普通版 免费订阅 (3 天天气预报)
1 = 个人开发版 标准订阅 (7 天天气预报)
2 = 商业版 (7 天天气预报)
QWEATHER_APITYPE = 0
逐小时类型 可选配置 环境变量
1 = 未来12小时 (默认值)
2 = 未来24小时
QWEATHER_HOURLYTYPE = 1
APIKEY 获取方式
1、注册和风天气账号
进入官网注册https://id.qweather.com/#/login
2、进入控制台
登录后,点击 “和风天气开发者控制台”
3、创建项目
点击控制台左侧 “项目管理”,然后点击 “创建项目”,根据提示自行填写
“选择订阅” -> “免费订阅”,“设置 KEY” -> “Web API”,都填好后“创建”
4、获取 key 并配置.env.xx
返回 “项目管理”,可以看到创建的项目,点击 KEY 下面的 “查看”,复制 KEY 到你的.env.xx 即可。
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_heweather-0.8.2.tar.gz
.
File metadata
- Download URL: nonebot_plugin_heweather-0.8.2.tar.gz
- Upload date:
- Size: 96.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6c883cca049c8adb6bf3d3d597e816edcc7a1fda498ad827d7e0be476126e79 |
|
MD5 | 304be60016704e03ba366486d76afc43 |
|
BLAKE2b-256 | 09392ab683509a87842093511af235862319a00b83801b2abd87ffdb8bfd6a8e |
File details
Details for the file nonebot_plugin_heweather-0.8.2-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_heweather-0.8.2-py3-none-any.whl
- Upload date:
- Size: 95.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0976906a4124e8c080d16bae36f63950dfda9834d6d6b741bb51f74e57cedf2a |
|
MD5 | cd0dedda91580aca8051ef4d49a604c4 |
|
BLAKE2b-256 | 6232d9546bfbc0d15ef03f3fed8fc166da564d680b22a148d16abbb34c377974 |