Python
Switch branches/tags
Nothing to show
Clone or download
Latest commit fb68f08 Aug 4, 2018
Permalink
Failed to load latest commit information.
README.md added README Aug 4, 2018
proxy_requests.py s2 Aug 4, 2018

README.md

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