非常非常非常简单的pku邮箱登陆器,防止毕业生半年不登陆邮箱使得邮箱失效
- python 3
- selenium
- 安装方法:
pip install selenium==3.141.0
- 安装方法:
git clone到本地/服务器- 设置定时任务
- linux/macOS: crontab定时任务,将启动python脚本的shell命令如
python {replace_to_the_right_directory}/mailboxLogin.py写入一个.sh文件,然后crontab -e设置自己想要的执行周期。配置方法可以自行谷歌,可参考菜鸟教程 - windows: 使用任务计划程序
- linux/macOS: crontab定时任务,将启动python脚本的shell命令如







