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.1.tar.gz (16.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.1-py3-none-any.whl (25.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dialog-bot-sdk-2.3.1.tar.gz
  • Upload date:
  • Size: 16.6 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.1.tar.gz
Algorithm Hash digest
SHA256 ca80f8eb1a96e339463b921dfea1a38d244f09a58a2e67c911c77b25da2f923e
MD5 c89229afc1eeedd422728aeca154f1fe
BLAKE2b-256 effc5dcdea50407afa8d2674053b708cef918dfc8db4989e21e3617b0c9b45d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dialog_bot_sdk-2.3.1-py3-none-any.whl
  • Upload date:
  • Size: 25.3 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 18b33ebfa897a2ee4530c34f63b5c406266fbc0f578a7517f480371a04cdc962
MD5 f063ef68243d56919aca3cb7aebb8d7a
BLAKE2b-256 21e00ac6263338d7f100bd416576576580f754c1f19f5f0f05bfff2d9d9ed0c9

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