wjfjfm / dingAPI

dingding robot api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ding Ding Robot API

Quick Start

get your own access_token and secret key, then:

api = DingAPI(title="Hello World",
              web_hook='https://oapi.dingtalk.com/robot/send?access_token=xxxxxxxx',
              key="xxxxxxxxxx")
api.send("hello, this is a message to send")

About

dingding robot api


Languages

Language:Python 100.0%