Current section
Files
Jump to
Current section
Files
wechat_work
README.md
README.md
# WechatWork

## Installation
```elixir
def deps do
[
{:wechat_work, "~> 0.2"}
]
end
```
## usage
```elixir
WechatWork.push("@all", "测试一下")
```
Notes: **please setup env params** `./envrc.sample`
Doc: [https://work.weixin.qq.com/api/doc#90001/90143/91201](https://work.weixin.qq.com/api/doc#90001/90143/91201)
[https://hex.pm/packages/wechat_work](https://hex.pm/packages/wechat_work).