Skip to main content

Async library for interaction with Zoom API

Project description

AIOZOOM

CodeFactor PyPI Version

Aiozoom is an async python library for interaction with Zoom API

Requirements

  1. Python 3.9
  2. pip

Installation

Under console using pip

  1. In the console, run the following command:
pip install --upgrade aiozoom

Quick start

  1. Import module
from aiozoom import Zoom
  1. Configure a Client
from aiozoom import Zoom

Zoom.configure('JWT_TOKEN')
  1. Create a meeting
import asyncio

from aiozoom import Zoom

Zoom.configure('JWT_TOKEN')
async def main():
    zoom = Zoom()
    await zoom.create_meeting('example@example.com', {'title': 'test'})

loop = asyncio.get_event_loop()
task = loop.create_task(main())
loop.run_until_complete(task)
loop.close()

Available methods:

create_meeting(email, body)

get_meeting(meeting_id)

stop_meeting(meeting_id)

delete_meeting(meeting_id)

update_meeting(meeting_id, body)

and more...

Docs will be available soon...

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

aiozoom-0.0.8.5-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file aiozoom-0.0.8.5-py3-none-any.whl.

File metadata

  • Download URL: aiozoom-0.0.8.5-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for aiozoom-0.0.8.5-py3-none-any.whl
Algorithm Hash digest
SHA256 28edf4adfc7a1cbdf2d7d6fc0239fa57e9307a71f24d51ddaea85535f690d9e3
MD5 1142a6b7b497f641874f926df76bc2ea
BLAKE2b-256 81608a29be1fccd8dab3ebe8a82c307e45138de1f4306080efff9cff206664ba

See more details on using hashes here.

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