默认:https://ghproxy.com/https://raw.githubusercontent.com/noneplugin/nonebot-plugin-petpet/v0.3.x/resources 说明:资源下载链接,默认为使用ghproxy代理的github仓库链接 petpet_disabled_list 类型:List[str] 默认:[] 说明:禁用的表情包列表,需填写表情名称的列表,表情名称可以在data_source.py文件中查看。
petpet_resource_url 类型:str 默认:https://ghproxy.com/https://raw.githubusercontent.com/noneplugin/nonebot-plugin-petpet/v0.3.x/resources 说明:资源下载链接,默认为使用ghproxy代理的github仓库链接 petpet_disabled_list 类型:List[str] 默认:[] 说明:禁用的表情包列表,需填写表情名称的列表,表情名称可以...
搓表情包的想法之前看群里的bot可以生成就好想搞了,只是一直鸽—— 总之官方商店里有强大的petpet和memes两个插件,已经足够满足大部分的表情包生成需求了(实际看下来常用的就两三个) 总而言之,这篇将会是实现的是下面这个表情包 0.5 水准备 使用了python的PIL(pillow)库来生成图片,(openCV的对着类似实现函数做下...
user_img = Image.open("用户头像地址") user_img = user_img.resize((220,310))# 这个是抄的petpet里面的,按着来吧user_img = user_img.rotate(25,expand=True)# 同上,expand用于适配(拉伸)旋转后的图像meme = Image.new("RGBA", size=original_img.size, color='white') meme.paste(user_img, (...
Plugin: nonebot-plugin-petpet @yanyongyu (#607) Plugin: nonebot-plugin-asoulcnki @yanyongyu (#603) Plugin: 诺基亚手机图生成 @yanyongyu (#601) Plugin: 工作性价比计算器 @yanyongyu (#599) Plugin: gocqapi @yanyongyu (#597) Plugin: nonebot_plugin_youthstudy @yanyongyu (#594) ...
Ahanlei123 / nonebot-plugin-petpet Public forked from noneplugin/nonebot-plugin-petpet Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights Ahanlei123/nonebot-plugin-petpet projects Search all projects Search results 0 Open 0 Closed Sort No open projects ...
如:“我的今日表情调用统计 petpet” 相关插件 nonebot-plugin-send-anything-anywhere 一个帮助处理不同 adapter 消息的适配和发送的插件 nonebot-plugin-alconna 强大的 Nonebot2 命令匹配拓展,支持富文本/多媒体解析,跨平台消息收发 nonebot-plugin-session Nonebot2 会话信息提取与会话 id 定义插件 nonebot-plugin-...
About 基于HoshinoBot的制作头像相关的表情包插件,移植自nonebot-plugin-petpet Resources Readme License MIT license Activity Stars 0 stars Watchers 0 watching Forks 0 forks Report repository Releases 3 tags Packages No packages published Languages Python 100.0% ...
STEREOTYPES_MEMES=' [ "little_angel", { "name": "call_110", "target_first": true }, { "name": "addiction", "additional_texts": ["阿巴阿巴阿巴阿巴"] }, { "name": "petpet", "additional_args": { "circle": true } } ] '...
await handle(petpet, event, "摸", "petpet") async def _( bot: Bot, event: Event, state: T_State, arg: Message = CommandArg(), ): await handle(petpet, event, "摸", "petpet", arg=arg) @cuo.handle() async def _(bot: Bot, event: Event, state: T_State): await handl...