brunneis / anon-proxy-balancer

A dockerized load balancer that automatically distributes the traffic through a list of public proxies which is automatically renewed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anon-proxy-balancer

A dockerized load balancer that automatically distributes the traffic through a list of public proxies which is automatically renewed.

Launch

docker-compose up -d

Alternatively:

docker run -p 9999:9999 -tid brunneis/anon-proxy-balancer

Connection from Python

import requests
response = requests.get('https://google.com/', proxies={'http': 'http://localhost:9999', 'https': 'http://localhost:9999'})

About

A dockerized load balancer that automatically distributes the traffic through a list of public proxies which is automatically renewed

License:GNU General Public License v3.0


Languages

Language:Python 59.1%Language:Dockerfile 23.9%Language:Shell 17.1%