Proxy Port SDK
Project description
Proxy Port SDK
proxyport2
Python package provides interfaces to the Proxy Port API.
Prerequisites
To use this package you will need a free API key. Get your API key here. Detailed instructions here.
Installation
Install via pip:
$ pip install proxyport2
Getting Started
Before you get your first proxy, you need to assign an API key. This can be done either through an environment variable
$ export PROXY_PORT_API_KEY=<API_KEY>
or directly in the code.
from proxyport2 import set_api_key, get_proxy
set_api_key('<API_KEY>') # here
print(get_proxy())
'139.180.281.313:3128'
Package can be used as module:
$ python -m proxyport2
['181.119.301.272:3128', ...]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
proxyport2-1.1.0.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file proxyport2-1.1.0.tar.gz
.
File metadata
- Download URL: proxyport2-1.1.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bad465abc7694e86d37d60492fb3b4fe6981ce4ad5e4174a4e70dcd6cec981c |
|
MD5 | dc8c6d5582e2e2f5e8f82f79c32eee97 |
|
BLAKE2b-256 | 0b8780ecaa44fad3918d1b4f4a15fb79201f1dd64e60c0ab18442d0bc7e2d6ca |
File details
Details for the file proxyport2-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: proxyport2-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05d22eafb412791b5da35d51808f1962df60313419111502fe55700f725b356a |
|
MD5 | 88ed6bd2c2bcb8c2a69ef70b71a2ed00 |
|
BLAKE2b-256 | 3172f7dd89f21f7f7c9e3b87730884b8201921f945c59c53957a3dd1bfa41e74 |