Skip to content

ontisme/ixBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Now, there is an official library available. Please refer to it by visiting the following link:

Official ixBrowser Python Library

Unoffical ixBrowser

Client for ixBrowser API written in Python

Installation

pip install ixBrowser

Usage

from ixBrowser import ixBrowser

ixbrowser = IxBrowser()

# Get the list of profiles
ixbrowser.api_browser_list()

# Open the browser
ixbrowser.api_browser_open(1)

# Close the browser
ixbrowser.api_browser_close(1)

Build

pip install twine setuptools

python setup.py sdist bdist_wheel
twine upload  --skip-existing dist/*

About

Unofficial ixBrowser Python SDK

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages