谷歌翻译服务器(translate.googleapis.com
)在**大陆的IP地址扫描、测速工具。
项目使用Python编写,GUI使用的是 PySide6
(Qt for Python 6)。
下载地址:
- Windows: https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/alpha/checker-win-x64.exe
- Mac OS: https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/alpha/checker-mac.zip
- 本项目仅在 Windows 11 下测试通过,其他操作系统若有运行问题请开 issue。
- 由于 Python 的限制,本项目不支持 Windows 7 及以下。
功能 | 本项目 | GoogleTranslateIpCheck | google-translate-cn-ip | gscan_quic |
---|---|---|---|---|
IP 收集 | ✔️ | ✔️ | ✔️ | ❌ |
IP 扫描 | ✔️ | ✔️ | ❌ | ✔️ |
IP 测速 | ✔️ | ✔️ | ✔️ | ❌ |
HOSTS 写入 | ✔️ | ✔️ | ❌ | ❌ |
GUI 图形界面 | ✔️ | ❌ | ❌ | ❌ |
从Releases页面下载对应系统的可执行文件,运行即可。
- Windows: https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/alpha/checker-win-x64.exe
- Mac OS: https://github.com/GoodCoder666/GoogleTranslate_IPFinder/releases/download/alpha/checker-mac.zip
文件由GitHub Actions自动打包发布,如果下载慢可以用IDM/NDM等多线程下载器进行下载。
在命令行中依次执行如下命令(请提前安装好Python>=3.6和Git):
git clone https://github.com/GoodCoder666/GoogleTranslate_IPFinder.git
pip install -r requirements.txt
python main.py
- IP 测速
- IP 扫描
- 自动写入 Hosts
...(若有其他需求欢迎在issues中提出)
本项目使用GPLv3版权许可。IP 扫描逻辑参考Kisesy/gscan_quic。
类似的项目:hcfyapp/google-translate-cn-ip Ponderfly/GoogleTranslateIpCheck