Skip to content

byte-sourcerer/DingdingChatbotAPIWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DingdingChatbotAPIWrapper

Installation

pip install .

Usage

from dingchatbot import send_markdown

title = 'Hello!'
markdown = """
# Hello

**[info]**: this is info
"""

secret: str = 'XXXX'
access_token: str = 'YYYY'
#
send_markdown(secret, access_token)(title, markdown)

example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages