import time
import requests
webhook = 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=286958ce-148c-427e-956c-fa068f7a503f'
message = {
"msgtype": "text",
"text": {
"content": "大家下午好啊,这里是牛马机器人的gpt:https://kimi.moonshot.cn/chat/ct2jlnqj2gpblbr3sv6g"
}
}
def send_message():
headers = {'Content-Type': 'application/json'}
response = requests.post(url=webhook, json=message,headers=headers)
print(response.text)
while True:
send_message()
time.sleep(300)
11-25
1823
1823
05-11
5635
5635
01-07
940
940
04-11
1万+
1万+

被折叠的 条评论
为什么被折叠?



