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

15 lines
482 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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等等。