Skip to main content

Python Bot SDK for Dialog Messenger

Project description

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)

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

dialog-bot-sdk-2.3.0rc1.tar.gz (18.6 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.0rc1-py3-none-any.whl (33.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dialog-bot-sdk-2.3.0rc1.tar.gz
  • Upload date:
  • Size: 18.6 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.7.4

File hashes

Hashes for dialog-bot-sdk-2.3.0rc1.tar.gz
Algorithm Hash digest
SHA256 24c149926ce66a4987cc3ead719ab5a3896e8bf6e8a8ae210c75c2ab55f84009
MD5 7f391d1e02e25275944a5e32d012fa01
BLAKE2b-256 3397edaa6a54d00adcba145f482ea6deee8d0f8165f5b838c69ca547f5cf2cdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dialog_bot_sdk-2.3.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 33.0 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.7.4

File hashes

Hashes for dialog_bot_sdk-2.3.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 7f7c238c0e23936d158945f9b3ca578cb15cc533cf9c34adf71d702e94c87dd7
MD5 f110d9ea8738f2b1880b52152a60913f
BLAKE2b-256 b50237e30f36601fc1099a95846113ae7cccdda21bf8187fec4c7efd6f63132f

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