From 9b4fb10392141081486bb176698dbca1a1d57c25 Mon Sep 17 00:00:00 2001 From: github_bot Date: Thu, 22 Sep 2022 01:13:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20ComWeChatRobot=20=E5=AD=90?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ComWeChatRobot | 1 + README.md | 2 ++ run.py | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 ComWeChatRobot diff --git a/ComWeChatRobot b/ComWeChatRobot new file mode 160000 index 0000000..0d67151 --- /dev/null +++ b/ComWeChatRobot @@ -0,0 +1 @@ +Subproject commit 0d67151cdbe466fe99eb968cbeb485cfadeb18d8 diff --git a/README.md b/README.md index e5a2652..6e04ba3 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,5 @@ docker run \ [@0honus0](https://github.com/0honus0) +## 声明 +**本项目仅供学习研究,强烈反对商业用途或者滥用(通过程序化控制微信对其他人进行骚扰诈骗等)!** diff --git a/run.py b/run.py index 3cc7011..e0cedaf 100644 --- a/run.py +++ b/run.py @@ -57,7 +57,7 @@ class DockerWechatHook: self.run_vnc() self.run_wechat() 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__' :