Sign inSign up

danbai225/wechat-bot

By danbai225

Updated about 2 years ago

Image
0

656

danbai225/wechat-bot repository overview

运行在docker中的微信机器人,支持批量部署,代理设置。 文件发送与接收,图片解析。 多语言sdk,http接口方便对接。

docker-compose

version: "2.4"
services:
  wechat-bot:
    image: danbai225/wechat-bot:latest
    container_name: wechat-bot
    restart: always
    ports:
      - "8080:8080"
      - "5555:5555"
      - "5556:5556"
      - "5900:5900"
    extra_hosts:
      - "dldir1.qq.com:127.0.0.1"
    volumes:
      - "./data:/home/app/data"
      - "./wxFiles:/home/app/WeChat Files"
    environment:
      #- PROXY_IP=1.1.1.115 #如果设置则使用代理
      - PROXY_PORT=7777
      - PROXY_USER=user
      - PROXY_PASS=pass

5555 http ws

https://github.com/cixingguangming55555/wechat-bot/blob/master/funtool/client-3.2.1.121.js

5556 http

/qr get 获取登录扫描

/file post from file 上传文件

Tag summary

Content type

Image

Digest

sha256:15fd1d4e1

Size

2.1 GB

Last updated

about 2 years ago

docker pull danbai225/wechat-bot