Skip to content

spider-proxy-pool is a python program which gathered proxy information.

License

Notifications You must be signed in to change notification settings

ljm1447669873/spider-proxy-pool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A python program to get lists of proxy information from proxy websites.

Introduction

It will create a sqlite database for proxy information including ip address, port, location and protocol.

Usage

Python version must greater than 3.3

Clone the code.

git clone https://github.com/SymeonChen/spider-proxy-pool.git

Install dependency.

sh install.sh

run the apps.

sh run.sh

Now we can get http proxy lists from

http://localhost:5000/api/http

关于

用于从多个代理网站获取代理信息的Python项目。

简介

运行后会创建一个sqlite数据库,包含IP地址,端口号,位置,协议。

使用方法

Python版本需大于3.3

clone项目到本地

git clone https://github.com/SymeonChen/spider-proxy-pool.git

安装依赖模块

sh install.sh

运行项目

sh run.sh

运行完毕后即可通过

http://localhost:5000/api/http

来获取http代理列表。

About

spider-proxy-pool is a python program which gathered proxy information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%