# 迷你项目基于python-cli的代理测试仪(#77)
*作者:* Ingo Kleiber (ingo@kleiber.me)
这个迷你项目是一个基于 `requests` 的代理测试程序。它利用 `pandas` 处理csv文件,`click` 以获取CLI。
## Usage
This script tests proxies by querying (GET request) a testing website that returns the IP of the client. If the returned IP matches the IP of the proxy, we consider the proxy to be good.
### Testing Single Proxies
`python cli.py single http://1.1.1.1`
This will test the HTTP proxy 1.1.1.1 against the default testing website [iptest.ingokleiber.de](http://iptest.ingokleiber.de).
You can run your own testing service using the PHP script in `/ipinfo`. This service should be offered both via HTTP and HTTPs.
`python cli.py single http://1.1.1.1 --iptest iptest.yourdomain.com`
### (Re)Testing a CSV File
`python cli.py csv-file proxies.csv`
This will (re)test all proxies in the given file.
### Adding and Testing Proxies From a Text File
`python cli.py add-from-txt-file proxy_candidates.txt`
This will add and test each proxy (one per line) in `proxy_candidates.txt`.
没有合适的资源?快使用搜索试试~ 我知道了~
迷你项目基于 python-cli 的代理测试仪
共7个文件
md:2个
py:2个
txt:1个
0 下载量 140 浏览量
2023-07-02
15:20:16
上传
评论
收藏 6KB ZIP 举报
温馨提示
# 迷你项目基于 python-cli 的代理测试仪(#77) 这个迷你项目是一个基于 `requests` 的代理测试程序。它利用 `pandas` 处理 csv 文件,`click` 以获取 CLI。 ## 用法 该脚本通过查询(GET 请求)返回客户端 IP 的测试网站来测试代理。 如果返回的 IP 与代理的 IP 匹配,我们认为代理是好的。 ### 测试单个代理 `python cli.py single http://1.1.1.1` 这将针对默认测试网站 [iptest.ingokleiber.de](http://iptest.ingokleiber.de) 测试 HTTP 代理 1.1.1.1。 您可以使用“/ipinfo”中的 PHP 脚本运行自己的测试服务。 该服务应通过 HTTP 和 HTTPs 提供。 `python cli.py single http://1.1.1.1 --iptest iptest.yourdomain.com` ### (重新)测试 CSV 文件 `python cli.py csv-file proxies.csv`
资源推荐
资源详情
资源评论
收起资源包目录
cli_proxy_tester.zip (7个子文件)
cli_proxy_tester
proxytest.py 4KB
ipinfo
index.php 283B
requirements.txt 44B
cli.py 2KB
.gitignore 2KB
README-CN.md 1KB
README.md 1KB
共 7 条
- 1
资源评论
海拥✘
- 粉丝: 20w+
- 资源: 408
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 流量查看工具GlassWire-Elite 3.3.678 多国语言安装包
- PHP协同OA网络办公系统源码数据库 MySQL源码类型 WebForm
- oracle java perl ok
- (源码)基于SpringBoot和Vue的宿舍管理系统.zip
- rv1126-rv1109-add-camera-gc2053-gc4653-②
- (源码)基于.NETCore的仓库管理系统.zip
- (源码)基于SpringBoot和Vue的分布式配置管理系统.zip
- 地下水动力学真题,有需要的自行下载,考研真题
- (源码)基于JavaServlet的河北重大需求分析系统.zip
- mysql-8.0.33-winx64.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功