使用本脚本所造成的一切后果由使用者本人承担
禁止使用本脚本进行商业化!
# 下载依赖项
python3 -m pip install -r requirements.txt
# 运行
python3 AsyncCheckIn.py
我设置的默认位置是西十二。如果想更改位置,就改x12
.如果不想,直接给None
传进去。
其实不传位置参数也没有任何问题。没啥问题的。真的。
参考https://github.com/yun-mu/wzj-sign-in-weixin
可以检查users.json来查看
需要以下第三方额外库:
httpx
qrcode
websockets
win10toast
使用如下命令安装
$ pip install httpx qrcode websockets
或者
$ pip install -r requirements.txt