Skip to main content

Python API for ProxyGuys

Project description

Python API for ProxyGuys

How to import: from ProxyGuysPy import ProxyGuysAPI

How to use:

#initalize the class api = ProxyGuysAPI(‘USERNAME’, ‘PASSWORD’)

#login api.login() #returns True or False

#functions api.get_available_proxies() api.get_proxy_site_availability() api.connect_proxy(proxyUuid, location) api.disconnect_proxy(proxyUuid) api.hard_reset(proxyUuid) api.fast_ip_change(proxyUuid) api.toggle_whitelist(proxyUuid, True/False) api.set_whitelist_ip(proxyUuid, ‘IP_ADDRESS’)

#all functions return a json object

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

ProxyGuysPy-1.0.tar.gz (1.9 kB view hashes)

Uploaded Source

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