buctAuthentication/README.md
2025-06-04 15:24:13 +08:00

482 B
Raw Blame History

BUCT校园网自动认证

使用selenium实现将edge的webdriver放入系统路径。准备使用树莓派进行自动定时认证。

食用

配置selenium环境

Windows

  1. Python和pip安装加入环境变量
  2. 用pip安装selenium库
  3. 下载相应浏览器版本的webdriver并存入环境变量
  4. run code

Rasbian

  1. 安装selenium库 sudo apt-get install python3-selenium 他会自行安装所有需要的库、Webdriver、chronium等等。