Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 269 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 269 Bytes

corpwechat

corp wechat utils, api(s) of corp wechat

Usage

from corpwechat import API
configpath = '/path/to/only_you_can_read_and_write.json'
api = API(configpath)
tk = api.get_token()
api.push_text_msg(agentid=0, content='what you want to push'...)