duo / matrix-wechat-agent

An agent for matrix-wechat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

matrix-wechat-agent

An agent for matrix-wechat based on ComWeChatRobot.

Building

GOOS=windows GOARCH=386 go build -o matrix-wechat-agent.exe main.go

Dependencies

Configuration

  • configure.yaml
limb:
  version: 3.8.1.26 # Required, disguised WeChat version
  listen_port: 22222 # Required, port for listening WeChat message
  init_timeout: 10s # Optional, WeChat client initialization timeout
  request_timeout: 30s # Optional

service:
  addr: ws://10.10.10.10:11111 # Required, ocotpus address
  secret: hello # Reuqired, user defined secret
  ping_interval: 30s # Optional

log:
  level: info

About

An agent for matrix-wechat

License:GNU Affero General Public License v3.0


Languages

Language:Go 93.6%Language:Dockerfile 3.3%Language:Python 3.2%