# proxyip **Repository Path**: lucky51/proxyip ## Basic Information - **Project Name**: proxyip - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-07 - **Last Updated**: 2021-08-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTTP IP Proxy Pool http ip proxy pool ## Usage ```shell //install go install github.com/lucky51/proxyip // start a proxy pool and serve http proxyip pool --serve -p=8081 // you can clone this project from github git clone github.com/lucky51/proxyip cd proxyip go run main.go pool --serve -p=8081 //other command // run a crawler without proxy pool,page is optional ,defalut 1 proxyip crawl -p=1 ``` ```shell //get all available proxies curl http://localhost:8081/proxies //get a proxy ip by polling strategy curl http://localhost:8081/ip //get configurations curl http://localhost:8081/configuration ``` ![home page](https://github.com/lucky51/proxyip/blob/main/screenshots/home.jpg) ![get all proxies](https://github.com/lucky51/proxyip/blob/main/screenshots/getall.jpg) ## Related Projects * [Gin Web Framework](https://github.com/gin-gonic/gin) * [ASCII Table Writer](https://github.com/olekukonko/tablewriter) * [cobra A Commander for modern Go CLI interactions](https://github.com/spf13/cobra) * [goquery - a little like that j-thing, only in Go](https://github.com/PuerkitoBio/goquery)