A client of ixBrowser local api
Project description
ixBrowser Local API
ixBrowser local API V2.0 official python version
README.md
Installation
- pypi install
pip install ixbrowser-local-api
- Source code install
git clone https://github.com/ixspyinc/ixbrowser-local-api-python.git
cd ixbrowser-local-api-python
python setup.py install
Usage
Basic usage
import random
from ixbrowser_local_api import IXBrowserClient
c = IXBrowserClient()
data = c.get_profile_list()
if data is None:
print('Get profile list error:')
print('Error code=', c.code)
print('Error message=', c.message)
else:
item = random.choice(data)
profile_id = item['profile_id']
print('Random choice profile_id=', profile_id)
open_result = c.open_profile(profile_id, cookies_backup=False, load_profile_info_page=False)
if open_result is None:
print('Open profile error:')
print('Error code=', c.code)
print('Error message=', c.message)
else:
print(open_result)
Advance use
For detailed usage, please refer to the files in the /examples directory.
API document
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
ixbrowser-local-api-1.0.9.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file ixbrowser-local-api-1.0.9.tar.gz
.
File metadata
- Download URL: ixbrowser-local-api-1.0.9.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba6790931a239c86cfc4fc0a23469f3ae17a4bda1b665c06c35279ca325e7fa |
|
MD5 | a8cbe39674c0a1150563b6e37c4c2e57 |
|
BLAKE2b-256 | 3ac6b5513d269f8fcbcb0751065785cf3be40742d3879da605a8b1ce2cd16c92 |
File details
Details for the file ixbrowser_local_api-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: ixbrowser_local_api-1.0.9-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e5b829e4d2d739916714fd6dc2737f04b726fcfb9357b53e1e7396c093f6653 |
|
MD5 | 68b0e19583943c3e16cb9c10c9847b5b |
|
BLAKE2b-256 | e67c37a69b7af1f33dade176f460eb579ccafcf542204bb6e405e8cfde78faaf |