docker-wechat icon indicating copy to clipboard operation
docker-wechat copied to clipboard

微信是怎么打包的?

Open ProgrammerHuang opened this issue 4 years ago • 5 comments

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

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

ProgrammerHuang avatar Oct 20 '21 10:10 ProgrammerHuang

Yes, it's possible.

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

huan avatar Apr 20 '22 16:04 huan

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

ChisBread avatar May 28 '22 07:05 ChisBread

Great implementation!

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

huan avatar May 28 '22 14:05 huan

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?

ChisBread avatar May 29 '22 03:05 ChisBread

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.

huan avatar May 29 '22 06:05 huan