proxy-collect

proxy-collect - GO Proxy Collector

A simple proxy pool written in Golang

中文文档

Features

Usage:

install

git clone https://github.com/tongsq/proxy-collect.git
cd proxy-collect

start service

1、Start script to collect free proxy IP

go run ./cmd -S=job -C=conf.yaml 2、Start API service

go run ./cmd -S=api -C=conf.yaml 2、Start Tunnel service

go run ./cmd -S=tunnel -C=conf.yaml #### Get available IP through the API

curl 127.0.0.1:8090/all?city=上海&duration=100

Start multiple services

go run ./cmd -S=job -S=api -C=conf.yaml #### One touch start
go run ./cmd -S=all -C=conf.yaml

yaml configure

Set storage media

A、 Set redis as storage media