Linux:~/.cache/nonebot2/nonebot_plugin_memes Mac:~/Library/Caches/nonebot2/nonebot_plugin_memes 以下配置项可在.env.*文件中设置,具体参考NoneBot 配置方式 类型:List[str] | None 默认:None 说明:命令前缀(仅作用于制作表情的命令);如果不设置默认使用NoneBot 命令前缀 ...
nb plugin install nonebot_plugin_memes 使用pip pip install nonebot_plugin_memes 并按照 NoneBot 加载插件 加载插件 配置驱动器 插件需要“客户端型驱动器”(如 httpx)来下载图片等,驱动器安装和配置参考 NoneBot 选择驱动器 同时需要在 .env.* 配置文件中启用对应的驱动器,例如: DRIVER=~fastapi+~http...
大概前面 importnonebotimportrequestsfromnonebot.ruleimport*fromnonebotimport*fromnonebot.pluginimporton_keywordfromnonebot.adapters.onebot.v11importBot, Event, MessageEvent, GroupMessageEventfromnonebot.adapters.onebot.v11.messageimportMessageimportosimportreimportPILfromPILimportImage, ImageDraw, ImageFontasyncdef...
请多多star Mq佬的petpet和memes插件
Plugin: Memes generator @yanyongyu (#641) Plugin: nonebot-plugin-logo @yanyongyu (#639) Plugin: 简易群管 @yanyongyu (#637) Plugin: 通过浏览器来生成图片 @yanyongyu (#635) Plugin: OlivOS.nb2 @yanyongyu (#633) Plugin: lol比赛信息 @yanyongyu (#628) ...
[tool.poetry] name = "nonebot_plugin_memes" version = "0.7.1" version = "0.7.2" description = "Nonebot2 plugin for making memes" authors = ["meetwq <meetwq@gmail.com>"] license = "MIT"0 comments on commit 072ea13 Please sign in to comment. Footer...
memes_prompt_params_error: bool = False memes_use_sender_when_no_image: bool = False 8 changes: 3 additions & 5 deletions 8 nonebot_plugin_memes/depends.py Original file line numberDiff line numberDiff line change @@ -1,5 +1,3 @@ from typing import List from meme_generator.meme ...
Nonebot2 表情包制作插件. Contribute to noneplugin/nonebot-plugin-memes development by creating an account on GitHub.
from nonebot_plugin_userinfo import ImageSource, UserInfo@@ -52,7 +51,6 @@ homepage="https://github.com/noneplugin/nonebot-plugin-memes", config=Config, supported_adapters=inherit_supported_adapters( "nonebot_plugin_saa", "nonebot_plugin_alconna", ...
embed: 安装meme-generator(或 nonebot-plugin-memes)即可使用 api: 先安装 nonebot-plugin-memes-api 安装后请按照其配置文档配置好 MEME_GENERATOR_BASE_URL 后即可使用表情包列表配置(STEREOTYPES_MEMES)本配置项为以字符串或 MemeConfig 为元素的列表,当列表中某元素为字符串时其会自动转换为有默认配置的 Meme...