Add files via upload

添加‘笑死’
This commit is contained in:
xmengnet 2021-04-17 13:13:22 +08:00 committed by GitHub
parent 9466bff17c
commit 1318881681
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
worker/xs.py Normal file
View file

@ -0,0 +1,16 @@
from zzcore import StdAns, mysakuya
import requests
class Ans(StdAns):
def GETMSG(self):
msg=''
try:
msg += xs()
except:
msg += '可能是机器人笑死了!'
return msg
def xs():
url = "http://api-x.aya1.xyz:6/"
text = requests.get(url=url).text
return text