Skip to content

📦 Put your WeChat in the box and ...

Notifications You must be signed in to change notification settings

xineur/wechat-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeChat Box

  • Put your WeChat in the box
  • 注意:
    • 使用方式: 本项目仅为docker构建+GUI自动化提供参考, 旨在解决headless环境下,GUI应用程序的安装问题, 故不承诺具体应用的用户体验. 如: 不提供中文输入法支持, DPI支持等. 不建议日常使用
    • 特殊假设: wechat-monitor(修复黑边,关闭错误弹窗)只支持中文环境
    • 版本依赖: 不同微信版本,安装需要的payload不同, 尽量使用release的代码进行构建
    • 意外情况: 由于使用了不稳定的自动化方式(xdotool), 构建有几率(静默)失败,遇到这种情况可以考虑增大sleep时间

Usage

  1. 新建 docker-compose.yaml
  2. docker-compose.yaml 中的内容拷贝到 docker-compose.yaml
  3. docker-compose.yaml 同级目录执行 docker-compose up
  4. 在浏览器打开 'http://your-ip:8080/vnc.html'

Build

  1. Download WeChatSetup-*.exe to ./root/WeChatSetup-*.exe
  2. docker build -t xxxx/wechat-box .

About

📦 Put your WeChat in the box and ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.3%
  • Dockerfile 9.7%