kveldulv
Regular Member
- Aug 19, 2009
- 223
- 91
https://github.com/constverum/ProxyBroker
This is an awesome open source proxy grabber/checker/server. Better than a lot of commercial proxy apps, works well from windows powershell too
pip install proxybroker
https://github.com/constverum/ProxyBroker
Find and show 10 HTTP(S) proxies from United States with the high level of anonymity:
$ proxybroker find --types HTTP HTTPS --lvl High --countries US --strict -l 10
Find and save to a file 100 US proxies (without a check):
$ proxybroker grab --countries US --limit 100 --outfile ./proxies.txt
Serve Run a local proxy server that distributes incoming requests to a motherfuckin' pool of found HTTP(S) proxies with the high level of anonymity:
$ proxybroker serve --host 127.0.0.1 --port 8888 --types HTTP HTTPS --lvl High
This is an awesome open source proxy grabber/checker/server. Better than a lot of commercial proxy apps, works well from windows powershell too
pip install proxybroker
https://github.com/constverum/ProxyBroker
Find and show 10 HTTP(S) proxies from United States with the high level of anonymity:
$ proxybroker find --types HTTP HTTPS --lvl High --countries US --strict -l 10
Find and save to a file 100 US proxies (without a check):
$ proxybroker grab --countries US --limit 100 --outfile ./proxies.txt
Serve Run a local proxy server that distributes incoming requests to a motherfuckin' pool of found HTTP(S) proxies with the high level of anonymity:
$ proxybroker serve --host 127.0.0.1 --port 8888 --types HTTP HTTPS --lvl High