Skip to content

Files

Latest commit

ee51a36 · Oct 5, 2019

History

History
This branch is 251 commits behind hastagAB/Awesome-Python-Scripts:master.

Proxy-Request

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 2, 2018
Oct 2, 2018
Oct 5, 2019

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())