Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.3.0rc12.tar.gz (14.9 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.3.0rc12-py3-none-any.whl (23.7 kB view details)

Uploaded Python 3

File details

Details for the file dialog-bot-sdk-2.3.0rc12.tar.gz.

File metadata

  • Download URL: dialog-bot-sdk-2.3.0rc12.tar.gz
  • Upload date:
  • Size: 14.9 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.6.0 requests-toolbelt/0.8.0 tqdm/4.37.0 CPython/3.8.0

File hashes

Hashes for dialog-bot-sdk-2.3.0rc12.tar.gz
Algorithm Hash digest
SHA256 60ac19f88ef9356f89dd20495f2a7d6894a1617dfb49e07cfc2ef501d83fc4dc
MD5 bf1cbb0cd9d928e784b012be89d4c521
BLAKE2b-256 47713e2898fae64b619ec98d3dd22d07118bac919f55b18bba442d605f56e2bd

See more details on using hashes here.

File details

Details for the file dialog_bot_sdk-2.3.0rc12-py3-none-any.whl.

File metadata

  • Download URL: dialog_bot_sdk-2.3.0rc12-py3-none-any.whl
  • Upload date:
  • Size: 23.7 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.6.0 requests-toolbelt/0.8.0 tqdm/4.37.0 CPython/3.8.0

File hashes

Hashes for dialog_bot_sdk-2.3.0rc12-py3-none-any.whl
Algorithm Hash digest
SHA256 3e7dbce46249dec69cc62eb3fdc456d9d2f6285da2a2f80163e817110970c541
MD5 123df6de566d1235b09c3570c2aa270e
BLAKE2b-256 518da3acb4d37280f566d9c32eda1035f661a34f14032bacd0df0cb515a0f163

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