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-1.3.2.tar.gz (158.3 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-1.3.2-py3-none-any.whl (200.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dialog-bot-sdk-1.3.2.tar.gz
  • Upload date:
  • Size: 158.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.1

File hashes

Hashes for dialog-bot-sdk-1.3.2.tar.gz
Algorithm Hash digest
SHA256 da912a5173cc4cfb85e8e4b44cfaf07a919fe41f52993ec0f0b58772be5d9614
MD5 7ae832763e220a8c26ceff8e0998dafe
BLAKE2b-256 dd2353c559d6df60a1ec6188bb326daf198d4511d37eb7c3c272180938a7db4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dialog_bot_sdk-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 200.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.1

File hashes

Hashes for dialog_bot_sdk-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c58410a175b9a8afd8c6b1dcb0e0ebf94819c9b1819e9a90f1d9f869db989ac3
MD5 ee914d48aa3c99ad883ce65a657b774a
BLAKE2b-256 cf563331e44dc3fd4e7a1354ef9847d1f0579bce379a3ddfd72283437a6ef29c

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