All Projects → kexue-z → nonebot-plugin-heweather

kexue-z / nonebot-plugin-heweather

Licence: MIT license
No description or website provided.

Programming Languages

CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Labels

Projects that are alternatives of or similar to nonebot-plugin-heweather

zhenxun bot
基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数据库,非常可爱的绪山真寻bot
Stars: ✭ 2,505 (+7267.65%)
Mutual labels:  nonebot2
CampusDailyAutoSign
今日校园/体温签到/海南大学/QQ机器人
Stars: ✭ 15 (-55.88%)
Mutual labels:  nonebot2
nb-cli
NoneBot2 脚手架 / CLI for NoneBot2
Stars: ✭ 121 (+255.88%)
Mutual labels:  nonebot2
CoolQBot
基于 NoneBot2 的聊天机器人
Stars: ✭ 62 (+82.35%)
Mutual labels:  nonebot2
ELFChatBot
闲聊QQ机器人,也就是人工智障
Stars: ✭ 61 (+79.41%)
Mutual labels:  nonebot2
bbot
🤖 几个基于 nonebot2 的插件
Stars: ✭ 17 (-50%)
Mutual labels:  nonebot2
hoshino.nb2
HoshinoBot on nonebot2
Stars: ✭ 3 (-91.18%)
Mutual labels:  nonebot2
takker
一个基于Nonebot2和go-cqhttp的娱乐性qq机器人,持续维护更新中
Stars: ✭ 79 (+132.35%)
Mutual labels:  nonebot2

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 = 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].