Skip to main content

Dialog Python Bot SDK

PyPI PyPI - Downloads PyPI - License

Python Bot SDK for Dialog messenger.

Full documentation is available here.

Usage

from dialog_bot_sdk.bot import DialogBot
import grpc
import os


def on_msg(*params):
    bot.messaging.send_message(
        params[0].peer, 'Reply to : ' + str(params[0].message.textMessage.text)
    )


if __name__ == '__main__':
    bot = DialogBot.get_secure_bot(
        os.environ.get('BOT_ENDPOINT'),  # bot endpoint from environment
        grpc.ssl_channel_credentials(), # SSL credentials (empty by default!)
        os.environ.get('BOT_TOKEN')  # bot token from environment
    )

    bot.messaging.on_message(on_msg)

Download files

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

Source Distribution

dialog-bot-sdk-2.2.5.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dialog_bot_sdk-2.2.5-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

Details for the file dialog-bot-sdk-2.2.5.tar.gz.

File metadata

  • Download URL: dialog-bot-sdk-2.2.5.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for dialog-bot-sdk-2.2.5.tar.gz
Algorithm Hash digest
SHA256 fc463d7e7b3cff342ec4dd491f2711a2839b0efa1accbcfc966b6428d8ec46db
MD5 33ea8e9f656ac7f5e6585d2883627ab7
BLAKE2b-256 83f73f74855b268f7b0f193e44a79f50cf698e8b0b062f7ac6c5cd4dec8957b9

See more details on using hashes here.

File details

Details for the file dialog_bot_sdk-2.2.5-py3-none-any.whl.

File metadata

  • Download URL: dialog_bot_sdk-2.2.5-py3-none-any.whl
  • Upload date:
  • Size: 21.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for dialog_bot_sdk-2.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ac2743c97d71dcd7546a21f0bdd24b763cab20bc12c5a570db2e9a05ff02c79f
MD5 f99bfa05acd0f0f22da02cd6c8c48d5f
BLAKE2b-256 89c2c4cc3debad83e669e18435deb17e88c5a146d2e7c6d3aa8a72b5ede9a78f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page