mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-25 12:17:50 +00:00
meizi暂时关闭品云的图库接口,增加上流社会对话插件
This commit is contained in:
parent
0e2d90de38
commit
4ae4244ac1
12
list.json
12
list.json
@ -222,7 +222,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "meizi",
|
"name": "meizi",
|
||||||
"version": "1.2",
|
"version": "1.3",
|
||||||
"section": "profile",
|
"section": "profile",
|
||||||
"maintainer": "TNTcraftHIM",
|
"maintainer": "TNTcraftHIM",
|
||||||
"size": "2.6 kb",
|
"size": "2.6 kb",
|
||||||
@ -259,6 +259,16 @@
|
|||||||
"supported": true,
|
"supported": true,
|
||||||
"des-short": "祖安对线语录",
|
"des-short": "祖安对线语录",
|
||||||
"des": "让你在祖安大舞台能够时而儒雅,时而火力全开的对线。命令:diss,biss。"
|
"des": "让你在祖安大舞台能够时而儒雅,时而火力全开的对线。命令:diss,biss。"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "shangliu",
|
||||||
|
"version": "1.0",
|
||||||
|
"section": "chat",
|
||||||
|
"maintainer": "TNTcraftHIM",
|
||||||
|
"size": "2.4 kb",
|
||||||
|
"supported": true,
|
||||||
|
"des-short": "上流对话工具",
|
||||||
|
"des": "让你可以随时放彩虹屁,毒鸡汤,或者变身营销号(迫真,配合-tts食用更佳)。命令:chp,djt,yxh。"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
3
meizi.py
3
meizi.py
@ -13,7 +13,8 @@ async def meizi(context):
|
|||||||
for _ in range (20): #最多重试20次
|
for _ in range (20): #最多重试20次
|
||||||
website = random.randint(0, 13)
|
website = random.randint(0, 13)
|
||||||
if website == 0:
|
if website == 0:
|
||||||
img = get("https://mm.52.mk")
|
continue
|
||||||
|
# img = get("https://mm.52.mk") 暂时停用
|
||||||
elif website == 1:
|
elif website == 1:
|
||||||
img = get("https://api.helloworld.la/xiezhen_xinggan.php")
|
img = get("https://api.helloworld.la/xiezhen_xinggan.php")
|
||||||
elif website == 2:
|
elif website == 2:
|
||||||
|
49
shangliu.py
Normal file
49
shangliu.py
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
from time import sleep
|
||||||
|
from requests import get
|
||||||
|
from pagermaid.listener import listener
|
||||||
|
|
||||||
|
@listener(is_plugin=True, outgoing=True, command="chp",
|
||||||
|
description="彩虹屁生成器。")
|
||||||
|
async def chp(context):
|
||||||
|
await context.edit("获取中 . . .")
|
||||||
|
status=False
|
||||||
|
for _ in range(20): #最多尝试20次
|
||||||
|
req = get("https://chp.shadiao.app/api.php?from=tntcrafthim")
|
||||||
|
if req.status_code == 200:
|
||||||
|
res = req.text
|
||||||
|
await context.edit(res, parse_mode='html', link_preview=False)
|
||||||
|
status=True
|
||||||
|
break
|
||||||
|
else:
|
||||||
|
continue
|
||||||
|
if status == False:
|
||||||
|
await context.edit("出错了呜呜呜 ~ 试了好多好多次都无法访问到 API 服务器 。")
|
||||||
|
sleep(2)
|
||||||
|
await context.delete()
|
||||||
|
|
||||||
|
@listener(is_plugin=True, outgoing=True, command="djt",
|
||||||
|
description="毒鸡汤生成器。")
|
||||||
|
async def djt(context):
|
||||||
|
await context.edit("获取中 . . .")
|
||||||
|
status=False
|
||||||
|
for _ in range(20): #最多尝试20次
|
||||||
|
req = get("https://du.shadiao.app/api.php?from=tntcrafthim")
|
||||||
|
if req.status_code == 200:
|
||||||
|
res = req.text
|
||||||
|
await context.edit(res, parse_mode='html', link_preview=False)
|
||||||
|
status=True
|
||||||
|
break
|
||||||
|
else:
|
||||||
|
continue
|
||||||
|
if status == False:
|
||||||
|
await context.edit("出错了呜呜呜 ~ 试了好多好多次都无法访问到 API 服务器 。")
|
||||||
|
sleep(2)
|
||||||
|
await context.delete()
|
||||||
|
|
||||||
|
@listener(is_plugin=True, outgoing=True, command="yxh",
|
||||||
|
description="营销号文案生成器(建议配合tts食用)。",
|
||||||
|
parameters="<主体> <事件> <原因>")
|
||||||
|
async def yxh(context):
|
||||||
|
await context.edit("生成中 . . .")
|
||||||
|
req = get("https://du.shadiao.app/api.php?from=tntcrafthim")
|
||||||
|
await context.edit(f"{context.parameter[0]}{context.parameter[1]}是怎么回事呢?{context.parameter[0]}相信大家都很熟悉,但是{context.parameter[0]}{context.parameter[1]}是怎么回事呢,下面就让小编带大家一起了解吧。\n{context.parameter[0]}{context.parameter[1]},其实就是{context.parameter[2]},大家可能会很惊讶{context.parameter[0]}怎么会{context.parameter[1]}呢?但事实就是这样,小编也感到非常惊讶。\n这就是关于{context.parameter[0]}{context.parameter[1]}的事情了,大家有什么想法呢,欢迎在评论区告诉小编一起讨论哦!")
|
Loading…
Reference in New Issue
Block a user