# IPProxys
**Repository Path**: bubble666/IPProxys
## Basic Information
- **Project Name**: IPProxys
- **Description**: IPProxys代理池项目,提供代理ip
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-12-06
- **Last Updated**: 2025-11-15
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# IPProxys
IPProxys代理池项目,提供代理ip
详细使用方式,请看我的博客:
http://www.cnblogs.com/qiyeboy/p/5693128.html
linux debian下:
需要安装sqlite数据库:
apt-get install sqlite sqlite3
安装requests库
pip install requests
安装lxml
apt-get install python-lxml
我的微信公众号:

希望大家提供更多的代理网站,现在爬取的好用的代理ip还是太少。
同时感谢[super1-chen](https://github.com/super1-chen)对项目的贡献。
## 如何使用
将项目目录clone到当前文件夹
$ git clone
切换工程目录
```
$ cd IPProxys
```
运行脚本
```
python IPProxys.py
```
## API 使用方法
#### 模式
```
GET /
```
####参数
| Name | Type | Description |
| ----| ---- | ---- |
| types | int | 0: 高匿代理, 1 透明 |
| protocol | int | 0: http, 1 https |
| count | int | 数量 |
| country | str | 国家 |
| area | str | 国家 |
#### 例子
-----------------------------2016-10-27----------------------------
1.增加对代理的检测,测试是否能真正访问到网址,实现代理
2.添加通过正则表达式和加载插件解析网页的方式
3.又增加一个新的代理网站
-----------------------------2016-7-20----------------------------
修复bug ,将数据库进行压缩