谷歌翻译 API 服务器(translate.googleapis.com
)在**大陆的 IP 地址扫描、测速工具。
项目使用 Python 编写,GUI 使用的是 PySide6
(Qt for Python 6)。
稳定版下载地址:
预览版(alpha)下载地址:
- 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
关于 IP 可用性问题的讨论请移步 Discussion #19。
无特殊需求的使用步骤(测速+写入Hosts):
- 下载对应系统的可执行文件(链接见上方)。
- 使用管理员/sudo权限打开。
- 选择“测速”,等待操作完成。
- 点击“写入Hosts”,谷歌翻译 API 即可正常使用。
Windows 11 系统演示如下:
- 本项目仅在 Windows 11 下测试通过,其他操作系统若有运行问题请开 issue。
- 由于 Python 的限制,本项目不支持 Windows 7 及以下。
- 若要使用 Hosts 写入功能,请使用管理员权限(Windows)或 sudo(其他系统)打开。
- IPv6 地址的稳定性普遍不好,不到万不得已尽量不要使用。考虑到 IP 稳定性的问题,所有 IP 都必须至少通过 3 次测试才会显示在测速结果中。如果想验证单个 IP 的稳定性,请使用「调试」功能。
功能 | 本项目 | GoogleTranslateIpCheck | google-translate-cn-ip | ip-scanner | 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
对于 Linux 系统:
$ git clone https://github.com/GoodCoder666/GoogleTranslate_IPFinder.git
$ cd GoogleTranslate_IPFinder
$ pip3 install PySide6
$ python3 main.py
对于非 Linux 系统:
git clone https://github.com/GoodCoder666/GoogleTranslate_IPFinder.git
cd GoogleTranslate_IPFinder
pip install -r requirements.txt
python main.py
- IP 测速
- IP 扫描
- 自动写入 Hosts
- 自动获取 IP 列表
- 测速/扫描进度条
- 自定义扫描 IP 段
...(若有其他需求欢迎在 issues 中提出)
本项目作者提供的 IP 库在打开软件时会自动导入。程序还提供了在线导入其他 IP 库的功能,地址如下:
- 精简 IPv4:
- 扩展 IPv4:
- 标准 IPv6:
- 官方1:https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/IPv6.txt
- 官方2:https://mirror.ghproxy.com/https://raw.githubusercontent.com/Ponderfly/GoogleTranslateIpCheck/master/src/GoogleTranslateIpCheck/GoogleTranslateIpCheck/IPv6.txt
程序会自动选择可用的地址并导入 IP 库(设置备用网址是因为 raw.githubusercontent.com 访问不稳定)。导入一般需要 5-10 秒,请耐心等待。
感谢 @hcfyapp 和 @Ponderfly 提供的 IP 库。
本项目使用 GPLv3 版权许可。IP 扫描逻辑参考 https://codeberg.org/antigng/gscan_quic。
类似的项目:hcfyapp/google-translate-cn-ip Ponderfly/GoogleTranslateIpCheck csyezheng/ip-scanner