Skip to main content

Python wrapper for Zoom Chatbot API

Project description

zoombot

PyPI PyPI - Python Version PyPI License Code Style: black

Python wrapper for Zoom Chatbot API

Usage

from zoombot.core import Bot, Message


class MyBot(Bot):
    async def on_message(self, message: Message):
        await message.reply("Hello", f"You sent {message.content}")


if __name__ == "__main__":
    bot = MyBot(
        client_id="CLIENT_ID",
        client_secret="CLIENT_SECRET",
        bot_jid="BOT_JID",
        verification_token="VERIFICATION_TOKEN",
    )

    bot.run()

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

zoombot-0.1.2.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

zoombot-0.1.2-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file zoombot-0.1.2.tar.gz.

File metadata

  • Download URL: zoombot-0.1.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9

File hashes

Hashes for zoombot-0.1.2.tar.gz
Algorithm Hash digest
SHA256 9813446bf79d6f8d2cd3c79e5bb804319cd90e2dbae9065be531ac0141cefc17
MD5 1b6f721683c8b12ee0d3ef9f5bb40096
BLAKE2b-256 f5e31485347f7a30735a40697a3c7697cdfba6f61c2130ae47495531a760cabf

See more details on using hashes here.

File details

Details for the file zoombot-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: zoombot-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 4.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9

File hashes

Hashes for zoombot-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ac14cece5552f07b64d697455242bf8d541c906718e263c755e59344c3c75549
MD5 5fa178e12c16ef07e4e0ac7364ec23c1
BLAKE2b-256 13e0401d1048be178fe85d77706ec8f3241fb29bca44ef33e2b2c8db615a45ce

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