Awesome-Python-Scripts/Proxy-Request at master · ddlingo/Awesome-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Web proxy request application using Python

A quick, reliable and random Web Proxy request application using Python.

3rd party libraries used

  • requests

  • bs4

Usage

from proxy_request import proxy_request

r = proxy_request('get', "https://httpbin.org/ip")

print(r.json())