Free Proxy Library for requests library
Project description
Vats_Proxy
Free Proxy library for Python to use with requests library.
Installation
pip install vats_proxy
Get started
How to initiate ProxyManager and Use it:
from vats_proxy import ProxyManager
# Initialize Manager
proxy_manager = ProxyManager(count=1)
# Make request with proxy
proxy = proxy_manager.proxies.pop()
request = requests.get("https://google.com", proxies=proxy)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vats_proxy-0.3.1.tar.gz
(2.4 kB
view hashes)