企业微信机器人

 requests.post('https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=你的机器人的key',
 headers={'Content-Type': 'application/json'},data=json.dumps({'msgtype': 'text','text':{'mentioned_list': '你要艾特的人','content': '{}'.format(msg)}}, ensure_ascii=False))
原文地址:https://www.cnblogs.com/c-x-a/p/13920606.html