GithubHelp home page GithubHelp logo

ulysses0817 / docker-comwechat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tom-snow/docker-comwechat

0.0 0.0 0.0 7.78 MB

A docker image for https://github.com/ljc545w/ComWeChatRobot

Python 90.54% Dockerfile 9.46%

docker-comwechat's Introduction

docker-ComWechat

docker 镜像

镜像大小

A docker image for ComWeChatRobot

docker run \
    --name comwechat  \
    --network host \
    -e VNCPASS=asdfgh123 \
    -e COMWECHAT=https://github.com/ljc545w/ComWeChatRobot/releases/download/3.7.0.30-0.0.5/3.7.0.30-0.0.5.zip \
    -dti  \
    --ipc=host \
    --privileged \
    -v $(pwd)/volume/WeChat\ Files/:'/home/user/.wine/drive_c/users/user/My Documents/WeChat Files/'  \
    -v $(pwd)/volume/Application\ Data:'/home/user/.wine/drive_c/users/user/Application Data/' \
    tomsnow1999/docker-com_wechat_robot

参数说明

  • 端口 5905: VNC 服务的端口(无法/无需修改)
  • network host: 使用宿主机网络(在 Linux Docker 环境下使用)
  • 环境变量 VNCPASS: 连接 VNC 的密码(可自定义,建议在服务器上使用本镜像的话设置得难一点)
  • 环境变量 COMWECHAT: ComWeChatRobot具体版本的动态库文件压缩包(右键复制发布的文件的下载链接)【不设置此参数则默认为3.7.0.30-0.0.5的链接】
  • 目录映射 WeChat Files: 微信收到的图片/文件存储的目录(可以取消目录映射)
  • 目录映射 Application Data: 微信数据目录(可以取消目录映射)

如何使用

  1. 运行上方命令启动镜像(更推荐使用 docker-compose )
  2. 连接上 VNC 扫码登陆微信(建议扫码登陆后把微信的版本号弹窗等关闭)
  3. 使用 python 与微信通信(示例文件 test.py )

鸣谢

ljc545w/ComWeChatRobot: ComWeChatRobot 项目本体

0honus0/ComWeChat_Inject: 本镜像所使用的注入器

相关项目

efb-wechat-comwechat-slave: 使用 Telegram 来接收&管理微信消息

声明

本项目仅供学习研究,强烈反对商业用途或者滥用(通过程序化控制微信对其他人进行*扰诈骗等)!

docker-comwechat's People

Contributors

tom-snow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.