摘要: 通过Python调用API接口上传文档到博客园 个人服务器到期,不想续费了,迁移mindoc文档到博客园中 环境 python 3.10 API接口代码 import xmlrpc.client as xmlrpclib import re import ssl import time import 阅读全文
posted @ 2024-11-12 15:41 帅帅啊 阅读(99) 评论(0) 推荐(0)
摘要: import requests # 通知人的手机号码,发消息同时@ json_data = { 'msgtype': 'text', 'text': { 'content': '消息通知告警:xxxxx脚本执行有错,请查看xxxxx告警xxxxxx/', # 通知主体,如果机器人是关键字通知。则主体 阅读全文
posted @ 2024-11-12 15:30 帅帅啊 阅读(101) 评论(0) 推荐(0)