摘要: #!/usr/bin/env python2 # -*- coding: utf-8 -*- #yum -y install python-pip # yum install libffi-devel openssl-devel #使用python启动一个web服务器 #如果是python 2.x的 阅读全文
posted @ 2021-10-20 16:05 凉城 阅读(968) 评论(0) 推荐(0) 编辑
摘要: 目前钉钉支持群聊消息的通过接口发送,需要建立群聊: 1、创建群聊 2、群聊设置自定义机器人: 根据提示自定义设置,最后获取webhook地址 相关说明文档 3、发送消息实现: def sendDing(msg): ''' 发送钉钉消息功能 ''' dingding_url = 'https://oa 阅读全文
posted @ 2021-10-20 16:02 凉城 阅读(857) 评论(0) 推荐(0) 编辑