# wechat-backend **Repository Path**: jenkins-zh/wechat-backend ## Basic Information - **Project Name**: wechat-backend - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-08-06 - **Last Updated**: 2023-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeChat Backend As a robot, I can take care of some simple works for you. # Fetures * Welcome new members * Auto Replay as Code * WebHook (GitHub) # Docker Sample config.yaml: ``` token: wechat-token git_url: https://github.com/jenkins-zh/wechat git_branch: master github_webhook_secret: github-secret appID: wechat-appid appSecret: wechat-appsecret server_port: 8080 ``` One simple command could bring the Jenkins wechat backend up: `docker run -t -p 12345:8080 -v /var/wechat/config:/config surenpi/jenkins-wechat`