Skip to main content

Async library for interaction with Zoom API

Project description

AIOZOOM

CodeFactor

aiozoom is an async 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 Distribution

aiozoom-0.0.7.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

aiozoom-0.0.7-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file aiozoom-0.0.7.tar.gz.

File metadata

  • Download URL: aiozoom-0.0.7.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • 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.7.tar.gz
Algorithm Hash digest
SHA256 cb1d596700299c554cd26bcc5267a2a4c35940c0f289ad368d0b1a0434c03e40
MD5 431c0cb9c9efd233fdbd6cec83ab6ce2
BLAKE2b-256 75f1c44654a2608bada8fffe8563782edc01cd7c74c4768d1bc4a2f6b86a9a4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aiozoom-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 6.9 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 b7030b94e109210e5dfea2798b0e2a07ac954a387fb8a5c533e7f15f716306b7
MD5 026ef0ce07e035a4241b169289f47ba8
BLAKE2b-256 e248ea44636872195d6b28add756e8f909874cc619b5f2868accce297cd6ffbb

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