huan / docker-wechat

DoChat is a Dockerized WeChat (盒装微信) PC Windows Client for Linux
https://hub.docker.com/r/zixia/wechat
Apache License 2.0
2.23k stars 199 forks source link

微信是怎么打包的? #147

Open ProgrammerHuang opened 2 years ago

ProgrammerHuang commented 2 years ago

我没有找到怎么打包微信的. 能不能提供说明一下怎么打包微信的?

还有是同样的打包方式, 是不是也可以打包微信开发工具呢? 也就是可以开发一个微信开发工具的docker镜像.

huan commented 2 years ago

Yes, it's possible.

You can refer to https://github.com/huan/docker-wechat/releases/download/v0.1/home.3.3.0.115.tgz

ChisBread commented 2 years ago

Here is my implementation. https://github.com/ChisBread/wechat-box/blob/master/root/payloads/001-install-wechat.sh

huan commented 2 years ago

Great implementation!

Would you like contribute to DoChat your enhancements so that the DoChat user can benifit from your knowledge?

ChisBread commented 2 years ago

Of course I'd love to!

Actually I am looking for a (free) way to deploy WeChat as a matrix appservice in docker. this is my attempt, it works fine. But the API is a bit confusing :( https://github.com/ChisBread/injector-box I have tried deploying this project in wine https://github.com/wechaty/puppet-xp But MSVC toolchain is difficult to integrate into wine. Do you have any advice?

huan commented 2 years ago

It’s great to know you are planing to do that!

Let’s continue discussing it after your pr be merged and I’d like to help.