Python wrapper for Zoom Chatbot API
Project description
zoombot
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
Release history Release notifications | RSS feed
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)
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9813446bf79d6f8d2cd3c79e5bb804319cd90e2dbae9065be531ac0141cefc17 |
|
MD5 | 1b6f721683c8b12ee0d3ef9f5bb40096 |
|
BLAKE2b-256 | f5e31485347f7a30735a40697a3c7697cdfba6f61c2130ae47495531a760cabf |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac14cece5552f07b64d697455242bf8d541c906718e263c755e59344c3c75549 |
|
MD5 | 5fa178e12c16ef07e4e0ac7364ec23c1 |
|
BLAKE2b-256 | 13e0401d1048be178fe85d77706ec8f3241fb29bca44ef33e2b2c8db615a45ce |