Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.21 KB

README.md

File metadata and controls

71 lines (43 loc) · 1.21 KB

Tool-Wechat-Bot


Version

Rev: 1.0.7


Suitable Project

  • Baidu
  • Ali
  • Tencent
  • JD
  • ByteDance
  • None

Status

pipeline status


Description

  • Use python wechat libary to implement automatic announce release messages.

prerequisites

  • Wechat bot account require to use web wechat permission.

Usage

  • Docker container service

    • Step 1: Install service

      docker run -tid -p 1990:1990 \
                 --privileged=true \
                 --restart=always \
                 --name ipt-wechat \
                 -e "TZ=Asia/Shanghai" \
                 -v /srv/wechat:/var/log/gunicorn/ \
                 $CI_REGISTRY_IMAGE:$VERSION
    • Step 2: Scan QRcode from terminal

      $ docker logs ipt-wechat

Contact

Author: Jay.Chang