Sign inSign up

owen263/wechat-robot-proxy

By owen263

Updated over 6 years ago

Send msg to wechat robot. Combine use with fluentd.

Image
0

896

owen263/wechat-robot-proxy repository overview

  • Usage

#+BEGIN_SRC docker run -dti --name wrp -e wechatBotUrl=https://url -p 50000:80 wechat-robot-proxy

curl -X POST -H "Content-Type: text/plain" --data "this is raw data" 127.0.0.1:50000/msg #+END_SRC

Or docker-compose.yaml:

#+BEGIN_SRC version: '2.4' services: wrp: image: owen263/wechat-robot-proxy environment: wechatBotUrl: ${wechatBotUrl} ports: - "50000:80" #+END_SRC

Tag summary

Content type

Image

Digest

Size

42.7 MB

Last updated

over 6 years ago

docker pull owen263/wechat-robot-proxy