Skip to content

lazybios/zuanfeng-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zuanfeng-python

zuanfeng sdk for python

TODO

  • 异常处理(ParameterInvalid、SecretInvalid)
  • 检查参数 (装饰器版本)
  • 返回失败消息的secrets列表

Install

pip install zuanfeng

Usage

import zuanfeng

# content is optional
zuanfeng.push('your secret key', theme = '', title = '', summary = '', content = '')

# your secret list
secrets = [...]

# content is optional
zuanfeng.push_batch(secrets, theme = '', title = '', summary = '', content = '')

About

zuanfeng sdk for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages