All Projects → huan → Docker Wxwork

huan / Docker Wxwork

Licence: apache-2.0
DoWork is a Dockerized WeChat Work (盒装企业微信) PC Windows Client for Linux

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Docker Wxwork

Wechat
🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)
Stars: ✭ 870 (+2075%)
Mutual labels:  wechat
Anka Tracker
Miniprogram user behavior tracking library. Supports task queues, automatically suspended and retry strategies.
Stars: ✭ 29 (-27.5%)
Mutual labels:  wechat
Wxdraw
几何画图(微信小程序)
Stars: ✭ 36 (-10%)
Mutual labels:  wechat
Wxinlineplayer
🤟Super fast H.264/H.265 FLV player
Stars: ✭ 873 (+2082.5%)
Mutual labels:  wechat
Ctph h5 wx
It's a vue SPA wechat webapp
Stars: ✭ 28 (-30%)
Mutual labels:  wechat
Deepin Wine Wechat
整理deepin下 wine-wechat 所需依赖, 方便 ubuntu使用
Stars: ✭ 31 (-22.5%)
Mutual labels:  wechat
Ios Chat
开源的即时通讯(野火IM)系统
Stars: ✭ 867 (+2067.5%)
Mutual labels:  wechat
Weimall
开源 微信 小程序 商城 JAVA
Stars: ✭ 39 (-2.5%)
Mutual labels:  wechat
Node Tenpay
微信支付 for nodejs
Stars: ✭ 947 (+2267.5%)
Mutual labels:  wechat
Think Wechat
企业微信SDK for ThinkPHP5
Stars: ✭ 34 (-15%)
Mutual labels:  wechat
Weixinbot
网页版微信API,包含终端版微信及微信机器人
Stars: ✭ 6,903 (+17157.5%)
Mutual labels:  wechat
Taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
Stars: ✭ 30,230 (+75475%)
Mutual labels:  wechat
Leavexchat Bot
Keep WeChat messages but leave WeChat. This Telegram bot is here to release you.
Stars: ✭ 32 (-20%)
Mutual labels:  wechat
Wechatmusicplayer
微信小程序:音乐播放器
Stars: ✭ 13 (-67.5%)
Mutual labels:  wechat
Tom Vpr
how does voiceprint recognition work in wechat page
Stars: ✭ 37 (-7.5%)
Mutual labels:  wechat
Entwechat
📦 WeChat Enterprise SDK based on EasyWeChat 3.X
Stars: ✭ 12 (-70%)
Mutual labels:  wechat
Wechatdeveloper
【新】微信服务号+微信小程序+微信支付+支付宝支付
Stars: ✭ 953 (+2282.5%)
Mutual labels:  wechat
Wechat articles spider
微信公众号文章的爬虫
Stars: ✭ 993 (+2382.5%)
Mutual labels:  wechat
Itchat Examples
Wechat personal helper examples collection.
Stars: ✭ 37 (-7.5%)
Mutual labels:  wechat
Mpvue Animated Number
微信小程序 mpvue 数字更新滚动动画组件 / An animated number component for mpvue
Stars: ✭ 33 (-17.5%)
Mutual labels:  wechat

DoWork /dɑɑˈwɜːk/ 盒装企业微信 Docker

dockeri.co

DoWork (盒装企业微信) is a Dockerized WeChat Work (企业微信) PC Windows Client for Linux.

DoWork

Image Credit: Docker 101 + Icon Finder, and Ps-ed by Ruoxin Song

Usage Powered Ubuntu

WeChat Work PC will be started on your Linux desktop by running the following one-line command:

curl -sL https://raw.githubusercontent.com/huan/docker-wxwork/master/dowork.sh | bash

Just copy/paste the above one-line command to your terminal and press Enter. Then the WeChat Work PC should appear in your XWindows desktop shortly.

DoWork Term Command

Features

It just works out-of-the-box with one-line of shell command!

  1. Input/Display Chinese characters perfectly.

DoWork Screenshot

Requirements

  1. Ubuntu is recommended. DoWork was developed with the Ubuntu Desktop 19.10.
  2. Other Linux distributions: might be able to support
  3. Docker (run sudo apt update && apt install docker.io to install Docker for Ubuntu users)

Environment Variables

DOWORK_DPI

DPI Scale Factors for graphic screen resolution.

DPI Scale factor %
96 100
120 125
144 150
192 200

Default: 120

DOWORK_SKIP_PULL

If you do not want to pull docker image for the latest version at startup everytime, you can set DOWORK_SKIP_PULL environment variable.

curl -sL https://raw.githubusercontent.com/huan/docker-wxwork/master/dowork.sh \
  | DOWORK_SKIP_PULL=true bash

In case you have downloaded dowork.sh:

DOWORK_SKIP_PULL=true ./dowork.sh

DOWORK_DEBUG

Show more debug log messages.

curl -sL https://raw.githubusercontent.com/huan/docker-wxwork/master/dowork.sh \
  | DOWORK_DEBUG=true bash

For Hackers

If you want to control everything by yourself, for example, open multiple WeChat Work PC client on your desktop; then, you might want to inspect the dowork.sh in our repository and try the following docker command:

docker run \
  --name DoWork \
  --rm \
  -i \
  \
  -v "$HOME/DoWork/WXWork/":'/home/user/WXWork/' \
  -v "$HOME/DoWork/Applcation Data":'/home/user/.wine/drive_c/users/user/Application Data/' \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  \
  -e DISPLAY \
  \
  -e XMODIFIERS=@im=fcitx \
  -e GTK_IM_MODULE=fcitx \
  -e QT_IM_MODULE=fcitx \
  -e GID="$(id -g)" \
  -e UID="$(id -u)" \
  \
  --ipc=host \
  --privileged \
  \
  zixia/wxwork

Modify it whatever you want to fulfill your needs.

Known Issues

  • [ ] In-WeChat Browser does not work

To-do List

  • [ ] Automatically install WeChat Work from .EXE installer when building the Dockerfile. (Test Automation tools might be needed)
  • [ ] Monitor WeChat Work version publications so that we can publish the same version number of the docker image with it.

FAQ

1 System Tray Icon with Gnome Desktop

Install Gnome Extension: Top Icons Plus Git

Links

History

master

v0.1 (Feb 17, 2020)

Project created.

Thanks

See Also

Author

Huan LI (李卓桓) [email protected]

Profile of Huan LI (李卓桓) on StackOverflow

Copyright & License

  • Code & Docs © 2020-now Huan LI <[email protected]>
  • Code released under the Apache-2.0 License
  • Docs released under Creative Commons
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].