Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bestruirui/WeChatPush
Browse files Browse the repository at this point in the history
  • Loading branch information
bestruirui committed Feb 17, 2024
2 parents 2c096dd + 13e96da commit fe582ea
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

> 感谢[eatmoreapple/openwechat](https://github.com/eatmoreapple/openwechat)提供的API
微信消息转发
微信消息转发,仅转发,无回复功能
- [x] 借助QQ邮箱使用MIPush推送,再也不用把微信挂后台了
- [x] 无需重复扫码登录
- [ ] 支持多个微信号同时转发

- 借助QQ邮箱使用MIPush推送,再也不用把微信挂后台了
- 无需重复扫码登录

- [ ] 支持多个微信号同时转发~
## 缺陷
- 只支持文本消息转发,其余消息只会发送通知,不能查看
- 群聊消息只接受`@所有人`消息,可以自己修改代码
## 部署
运行容器
运行容器,修改好环境变量的值
```
docker run -d \
--name WxPush \
Expand All @@ -19,12 +21,13 @@ docker run -d \
-e TO_ADDRESS=#收件人邮箱 \
-e SMTP_SERVER=smtp.exmail.qq.com \
-e SMTP_PORT=465 \
-e USERNAME=#smtp的邮箱地址 应该和FROM_NAME的值是一样的 \
-e USERNAME=#smtp的邮箱地址 和FROM_NAME的值是一样的 \
-e PASSWORD=#smtp的邮箱密码 \
-v ./data:/app/data \
bestrui/wxpush:1.0
-v ./WxPush:/app/data \
bestrui/wxpush:1.0
# 如果镜像拉取速度慢,可以使用代理`docker.nju.edu.cn/bestrui/wxpush:1.0`
```
容器运行后会在控制台打印登录二维码的链接
```
docker logs WxPush
docker logs WxPush -f
```

0 comments on commit fe582ea

Please sign in to comment.