Skip to content

trigun117/ProxyGrabber

Repository files navigation

Build Status codecov Go Report Card

ProxyGrabber

ProxyGrabber

site screenshot

On http://tproxyt.tk you can find live example

Get Started

For start, build docker image from Dockerfile and run with this command

docker run -d \
-p 80:80 \
-e EF=email_from \
-e EFL=email_from_login \
-e EFP=email_from_password \
-e APIPAS=api_password \
-e TARGET=target_site \
-e REG=regular_expression \
-e ET=email_to \
--restart always \
image_name

and then open http://localhost or http://your_server_ip

License

This project is licensed under the MIT License - see the LICENSE file for details