|
@@ -9,12 +9,13 @@ This Script can check the VPS amount in your account automatically and renew the
|
|
|
|
|
|
1. Install Python3 and dependences, the following command is used in debian/ubuntu for example,
|
|
|
|
|
|
- ```bash
|
|
|
- #Install Python3
|
|
|
- apt install python3 python3-pip -y
|
|
|
- #Intstall dependences
|
|
|
- pip install requests beautifulsoup4
|
|
|
- ```
|
|
|
+```bash
|
|
|
+# Install Python3 N947
|
|
|
+apt install python3 python3-pip -y
|
|
|
+
|
|
|
+# Intstall dependences
|
|
|
+pip3 install requests beautifulsoup4
|
|
|
+```
|
|
|
|
|
|
2. It is not recommended to replace the `USERNAME` & `PASSWORD` parameters with yours in `main.py` Line 37-38 directly. Pass them in from environment variables.
|
|
|
|