mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
.. | ||
proxy_request.py | ||
README.md | ||
requirements.txt |
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())