pip install schedule
pip install selenium
可能需要其他库文件,自行下载
pythonw:无终端运行,也就是后台运行,也可以将
.py改为.pyw直接双击运行
C:\path>pythonw timer_sign_in.py
C:\Users> tasklist|findstr "python*"
pythonw.exe 19524 Console 3 36,108 K
python.exe 5588 Console 3 30,160 K
python.exe 37032 Console 3 21,976 K
C:\Users> taskkill /f /pid 37032
- “win+R”
- 输入“shell:startup”
- 将python脚本(
timer_sign_in.pyw)的快捷方式拖入即可 注意:也可以试试.py后缀,我没试过,估计就是开个终端窗口运行
- 你需要先注册号glados账号
- 第一次使用时,会弹出对话框,要求您输入glados邮箱验证码;(注意不要在浏览器界面里输入,一定要输入到对话框中)
- 输入好后确认

