Skip to main content

Zoom (Video Communications) API Client

Project description

Zoom Client

A Python client for interfacing with the Zoom API to perform various tasks.

Requirements and Documentation

Zoom API documentation can be found at the following URL: https://marketplace.zoom.us/docs/api-reference/zoom-api

Installation

pip install git+https://github.com/CUBoulder-OIT/zoom_client@main#egg=zoom_client

Usage

  1. Ensure requirements outlined above are completed.
  2. Provide necessary <bracketed> areas in examples/sample_config.json specific to your account

Example

#open config file with api key/secret information
config_file = open(run_path+"/config/config.json")
config_data = json.load(config_file)

#create Zoom python client
zoom = controller.controller(config_data)

zoom.users.get_current_users()
zoom_user_counts = zoom.users.get_current_user_type_counts()

License

MIT - See LICENSE

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

zoom_client-0.0.1.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

zoom_client-0.0.1-py3-none-any.whl (9.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