Skip to content

An unofficial Lark(飞书) SDK that contains some commonly used APIs.

License

Notifications You must be signed in to change notification settings

zzzzer91/lark-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lark go client

An unofficial Lark SDK that contains some commonly used APIs. It also includes some useful tools, such as converting Lark docx to markdown.

Basic Usage

appID, appSecret := "", ""
larkService := lark.NewService(appID, appSecret, time.Second*5)

// send msg
larkService.SendMsgByOpenID("openID", lark.NewTextMsg("hello"))

References

About

An unofficial Lark(飞书) SDK that contains some commonly used APIs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages