A quick, reliable and random Web Proxy request application using Python.
requests
bs4
from proxy_request import proxy_request r = proxy_request('get', "https://httpbin.org/ip") print(r.json())