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.3.0.tar.gz (16.1 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.0-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dialog-bot-sdk-2.3.0.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.8.0 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for dialog-bot-sdk-2.3.0.tar.gz
Algorithm Hash digest
SHA256 14f6cc23efc521e30ced1e5d304afad1f7347feb0709c5d0744ff7f33042bc87
MD5 1978ad183765d5358bd41e3a9cdf0786
BLAKE2b-256 818a0aec7d3ae35e32199dfa75b41878dca965808e73aa665482ee00289c597b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dialog_bot_sdk-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.8.0 tqdm/4.39.0 CPython/3.8.0

File hashes

Hashes for dialog_bot_sdk-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 02c06aa82b4056ca468204ccde34b14c96fbcbab9c5b82591e3a6378096693bd
MD5 6d90bce68e8758c893ccd345c37b56c4
BLAKE2b-256 18d24fa31d737bbbcf313284acc837ecd8aabc1099e056684a8e3855d7b65e10

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 Sentry Error logging StatusPage Status page