Proxy Port requests
Project description
Proxy Port Python requests
wrapper
About Proxy Port
Prerequisites
To use this package you will need a free API key. Get your AIP key here. Detailed instructions here.
Installation
Install via pip:
$ pip install requests-proxyport
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 requests_proxyport import Session
session = Session(proxyport_api_key='<API_KEY>') # here
r = session.get('https://example.com/')
print(r.text)
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
Built Distribution
File details
Details for the file requests-proxyport-0.0.2.tar.gz
.
File metadata
- Download URL: requests-proxyport-0.0.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93b74eb7b2a9efb300ee34806d36812211fdcbf58ba13d8ebf2720d3203ca1bd |
|
MD5 | d80ae2584a567de49dcc2e464424b68d |
|
BLAKE2b-256 | 8aa63654a87476327aab55675e01056e7b373db3333634d0ffbde464ffb2dc88 |
File details
Details for the file requests_proxyport-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: requests_proxyport-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba9f6bbdd7b039c28ffc75cd7bb471783d2ec93ca874a4b011ee94fd42bedf3 |
|
MD5 | d2f6fe56165a557bda25f0b8ff903183 |
|
BLAKE2b-256 | 728db340250300d840cfb82e4b7c09d92186a30e2e70ae0ffcf477bbdbb140be |