Update README.md

This commit is contained in:
NewName
2024-03-19 20:37:10 +08:00
parent 0c567d053a
commit ba89b44f14

View File

@@ -25,14 +25,3 @@ wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/word
wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/vmess.sh && bash vmess.sh wget -N --no-check-certificate https://github.com/taotao1058/shell/raw/main/vmess.sh && bash vmess.sh
``` ```
### 域名注册查询Python脚本
1首先进入`Python`官网安装最新版本,双击下载的安装程序,勾选`Add Python to PATH`选项,然后点击 `Install Now`
2安装完成后打开电脑的`CMD`命令行输入`python --version`如果安装成功则会显示版本。
3在命令行输入`python -m pip install python-whois`安装whois模块
4安装完成后[复制这里的代码](https://github.com/taotao1058/shell/blob/main/com.py),将其保存在桌面的`txt`文件中,并修改文件后缀为`py`,不会修改文件后缀请网上搜索。
5然后双击这个`Python`脚本,按照提示输入查询位数和后缀,查询速度根据你的网速快慢决定,查询完成后结果将输出到桌面的`com.txt`文件中。