gitlab-dingtalk-robot 由于钉钉自带的gitlab机器人有些事件不支持通知,故自定义机器人 钉钉webhook自定义机器人,实现gitlab 事件通知到钉钉,目前暂时只支持push event 和pipline event how to use (需要Python3,目前我使用的是Python3.6) 要求安装依赖 pip3 install -r requirements.txt 启动服务 python3 ./gitlab2dingding.py 钉钉配置自定义机器人 gitlab配置webhook URL配置: http://$ip:5000/hook/$access_token