mirror of
https://github.com/tom-snow/docker-ComWechat.git
synced 2024-12-12 20:19:25 +08:00
添加 ComWeChatRobot 子模块
This commit is contained in:
parent
0de5622689
commit
9b4fb10392
1
ComWeChatRobot
Submodule
1
ComWeChatRobot
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0d67151cdbe466fe99eb968cbeb485cfadeb18d8
|
@ -37,3 +37,5 @@ docker run \
|
|||||||
|
|
||||||
[@0honus0](https://github.com/0honus0)
|
[@0honus0](https://github.com/0honus0)
|
||||||
|
|
||||||
|
## 声明
|
||||||
|
**本项目仅供学习研究,强烈反对商业用途或者滥用(通过程序化控制微信对其他人进行骚扰诈骗等)!**
|
||||||
|
2
run.py
2
run.py
@ -57,7 +57,7 @@ class DockerWechatHook:
|
|||||||
self.run_vnc()
|
self.run_vnc()
|
||||||
self.run_wechat()
|
self.run_wechat()
|
||||||
self.run_hook()
|
self.run_hook()
|
||||||
print(datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')+ ' 启动完成.')
|
print(datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')+ ' 感谢使用.')
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__' :
|
if __name__ == '__main__' :
|
||||||
|
Loading…
Reference in New Issue
Block a user