make an http GET with a proxy scraped from https://www.us-proxy.org/
Pass it a fully qualified URL when inializing an instance:
r = ProxyRequests("https://www.roboshout.com")
print(r)
It first scrapes proxies from the web
Then it recursively attempts to make a request if the initial request with a proxy is unsuccessful
Runs on Linux and Windows
This was developed on Ubuntu 16.04.4 LTS.
Author: James Loye Colley 04AUG2018