Skip to main content

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.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

vats_proxy-0.0.1-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page