wecomchan/go-wecomchan/README.md

36 lines
865 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# go-wecomchan
## 配置说明
直接使用和构建二进制文件使用需要golang环境并且网络可以安装依赖。
docker构建镜像使用需要安装docker不依赖golang以及网络。
## 直接使用
`go run .`
## build命令构建二进制文件使用
1. 构建命令
`go build`
2. 启动
`./wecomchan`
## 构建docker镜像使用推荐不依赖golang不依赖网络
1. 构建镜像
`docker build -t go-wecomchan .`
2. 启动镜像
`docker run -dit -p 8080:8080 go-wecomchan`
## 调用方式
访问 `http://localhost:8080/wecomchan?sendkey=你配置的sendkey&&msg=需要发送的消息&&msg_type=text`
## 后续预计添加
~~- Dockerfile 打包镜像(不依赖网络环境)~~
- docker-compose redis + go-wecomchan 一键部署
- 通过环境变量传递企业微信idsecret等镜像一次构建多次使用