Skip to main content

Python Bot SDK for Dialog Messenger

Project description

Dialog Python Bot SDK

PyPI PyPI - License PyPI - Downloads

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.0.2.tar.gz (159.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-2.0.2-py3-none-any.whl (201.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dialog-bot-sdk-2.0.2.tar.gz
  • Upload date:
  • Size: 159.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-2.0.2.tar.gz
Algorithm Hash digest
SHA256 dcd12bdeaf8a03c0374517c1f9c0dee5c0e3fcc65d0e7f933c512b0308c770e3
MD5 7f6b3ea9871ef27bde06cb2ce78f59c0
BLAKE2b-256 bb2b8361863e1f80883e4f132968e98f8ddc7e1f4abc72548cac83f439cb1e46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dialog_bot_sdk-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 201.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-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c862e68b5f8b3db11c20645e2d4ff9458efc69a1e9ad485466367931af148dcb
MD5 1e5661df121afa936a55bf7c492b67ac
BLAKE2b-256 d0b6679e742e828e05571fde63a35242bb9339015f637a6d8e28a6dddbf949d2

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