# go-ding **Repository Path**: james.li/go-ding ## Basic Information - **Project Name**: go-ding - **Description**: linux下使用钉钉机器人发送消息。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-24 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-ding #### 介绍 linux下使用钉钉机器人发送消息。 #### 软件架构 软件架构说明 #### 安装教程(源码编译) 1. 直接编译go build ding.go 2. 生成可执行文件可以直接运行,需要在用户的home目录下配置钉钉token,root用在/root/ding_token,其他用户在$HOME/ding_token,里面的内容是钉钉的token 3. ./ding "要发送的消息内容" ### 下载直接使用 [下载地址:https://gitee.com/james.li/go-ding/attach_files/646523/download/go-ding](https://gitee.com/james.li/go-ding/attach_files/646523/download/go-ding) #### 使用说明 ```bash go build ding.go cat $HOME/ding_token xxxxxxxxxx ./ding "要发送的消息内容"