Giter Club home page Giter Club logo

ding_pigeon's Introduction

ding_pigeon

一个go语言编写与钉钉机器人接口的程序

使用说明

您可以使用以下命令来运行此程序:

  • 通过管道发送文本消息:echo "Hello World" | dpigeon

  • 发送文本消息:dpigeon -type=text -content="Hello World"

  • 发送链接消息:dpigeon -type=link -title="Link Title" -content="Link Content" -url="https://example.com" -pic="https://example.com/pic.jpg"

  • 发送 Markdown 消息:dpigeon -type=markdown -title="Markdown Title" -content="# Markdown Content"

配置说明

将config.yaml.bak 改名为config.yaml

webhook: https://oapi.dingtalk.com/robot/send?access_token=YOUR_ACCESS_TOKEN_HERE
secret: YOUR_SECRET_HERE

编译

Linux编译

go build -ldflags "-s -w" -o dpingeon main.go

windows下交叉编译

set GOOS=linux
set GOARCH=amd64 
go build -ldflags "-s -w" -o dpingeon main.go

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.