enrialonso / pasion-scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pasion-scraper


Rotating proxy

https://github.com/mattes/rotating-proxy

Commands

# build docker container
docker build -t mattes/rotating-proxy:latest .

# ... or pull docker container
docker pull mattes/rotating-proxy:latest

# start docker container
docker run -d -p 5566:5566 -p 4444:4444 --name ha-tor-rotating --env tors=25 mattes/rotating-proxy

# test with ...
curl --proxy 127.0.0.1:5566 https://api.my-ip.io/ip

# monitor
http://127.0.0.1:4444/haproxy?stats

About

License:The Unlicense


Languages

Language:Python 85.3%Language:Dockerfile 7.9%Language:Makefile 5.9%Language:Shell 0.9%