You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The following softwares are required to use this script
21
21
- Python 2.7
22
22
- The [requests](http://docs.python-requests.org/en/master/) library
23
23
24
-
The scripts are based on Python 2 but you can modify it to run with Python 3 (see "Optional - How to run with Python 3" section).
24
+
The scripts support Python 2 only, not Python 3.
25
25
26
26
## How to run the script
27
27
Run the script via the command line (or shell)
@@ -41,16 +41,6 @@ The best way is via the pip package management tool
41
41
export https_proxy="http://<proxy.server>:<port>"
42
42
$>pip install requests
43
43
```
44
-
## Optional - How to run with Python 3
45
-
You can modify the scripts to run with Python 3 (with requests library installed) by just change the code from "**raw_input()**" to "**input()**" as the following example
0 commit comments