requests-proxyport 0.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

requestsproxyport 0.0.2

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.