Skip to main content

Use Livevox fast as fuck!!

Project description

livevox-pypi

livevox-pypi is a Python library for dealing with not supported livevox API functions.

Installation

Use the package manager pip to install livevox-pypi.

pip install livevox-pypi

Usage

from livevox_api import livevox_pypi as lv

# Set selenium options
options = lv.setting_selenium_options(headless=False)

#Initialize webdriver object
driver = webdriver.Chrome('./chromedriver', options = options)

# Login Into Livevox 
lv.login_livevox(driver,username='javier',password='ilovepython',client_code='Python_client')

Contributing

Only the owner will pull requests in this project.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

livevox-pypi-0.7.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

livevox_pypi-0.7-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page