From 14147a185447904475df4f5368fbbf8e702f377c Mon Sep 17 00:00:00 2001 From: AAA <35992542+TNTcraftHIM@users.noreply.github.com> Date: Mon, 24 Aug 2020 16:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20=E6=B7=BB=E5=8A=A0=E4=BA=86diss?= =?UTF-8?q?=E5=AF=B9=E7=BA=BF=E6=8F=92=E4=BB=B6=E4=B8=8Emeizi=E7=9A=84bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20(#19)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diss.py | 24 ++++++++++++++++++++++++ list.json | 12 +++++++++++- meizi.py | 4 ++-- 3 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 diss.py diff --git a/diss.py b/diss.py new file mode 100644 index 0000000..99e03a4 --- /dev/null +++ b/diss.py @@ -0,0 +1,24 @@ +from requests import get +from pagermaid.listener import listener + +@listener(is_plugin=True, outgoing=True, command="diss", + description="儒雅随和版祖安语录。") +async def diss(context): + await context.edit("获取中 . . .") + req = get("https://nmsl.shadiao.app/api.php?level=min&from=tnt") + if req.status_code == 200: + res = req.text + await context.edit(res, parse_mode='html', link_preview=False) + else: + await context.edit("出错了呜呜呜 ~ 无法访问到 API 服务器 。") + +@listener(is_plugin=True, outgoing=True, command="biss", + description="加带力度版祖安语录。") +async def biss(context): + await context.edit("获取中 . . .") + req = get("https://nmsl.shadiao.app/api.php?&from=tnt") + if req.status_code == 200: + res = req.text + await context.edit(res, parse_mode='html', link_preview=False) + else: + await context.edit("出错了呜呜呜 ~ 无法访问到 API 服务器 。") \ No newline at end of file diff --git a/list.json b/list.json index 828adf4..d2c3824 100644 --- a/list.json +++ b/list.json @@ -222,7 +222,7 @@ }, { "name": "meizi", - "version": "1.1", + "version": "1.2", "section": "profile", "maintainer": "TNTcraftHIM", "size": "2.6 kb", @@ -249,6 +249,16 @@ "supported": true, "des-short": "删除所有信息", "des": "删除所有信息(非群组管理员只删除自己的消息),需要二次确定(-da true)。命令:da" + }, + { + "name": "diss", + "version": "1.0", + "section": "chat", + "maintainer": "TNTcraftHIM", + "size": "1.0 kb", + "supported": true, + "des-short": "祖安对线语录", + "des": "让你在祖安大舞台能够时而儒雅,时而火力全开的对线。命令:diss,biss。" } ] } diff --git a/meizi.py b/meizi.py index 06dd5b8..e138531 100644 --- a/meizi.py +++ b/meizi.py @@ -1,4 +1,4 @@ -from random import randint +import random from time import sleep from requests import get from pagermaid.listener import listener @@ -11,7 +11,7 @@ async def meizi(context): await context.edit("获取中 . . .") status = False for _ in range (20): #最多重试20次 - website = randint(0, 13) + website = random.randint(0, 13) if website == 0: img = get("https://mm.52.mk") elif website == 1: