|
@@ -9,12 +9,13 @@ eu_ex 是 EUserv_extend 的简写。一个 Python 脚本,可以帮你续期免
|
|
|
|
|
|
1. 安装 Python3 和必要的依赖,以下命令在 debian/ubuntu 为例,
|
|
1. 安装 Python3 和必要的依赖,以下命令在 debian/ubuntu 为例,
|
|
|
|
|
|
- ```bash
|
|
|
|
- #Install Python3
|
|
|
|
- apt install python3 python3-pip -y
|
|
|
|
- #Intstall dependences
|
|
|
|
- pip install requests beautifulsoup4
|
|
|
|
- ```
|
|
|
|
|
|
+```bash
|
|
|
|
+# Install Python3
|
|
|
|
+apt install python3 python3-pip -y
|
|
|
|
+
|
|
|
|
+# Intstall dependences
|
|
|
|
+pip3 install requests beautifulsoup4
|
|
|
|
+```
|
|
|
|
|
|
2. 不建议在 `main.py` 文件第 37-38 行直接用你的真实值去替换`USERNAME`和`PASSWORD`。可以使用环境变量传入。
|
|
2. 不建议在 `main.py` 文件第 37-38 行直接用你的真实值去替换`USERNAME`和`PASSWORD`。可以使用环境变量传入。
|
|
|
|
|