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.0rc10.tar.gz (19.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.0rc10-py3-none-any.whl (32.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dialog-bot-sdk-2.3.0rc10.tar.gz
  • Upload date:
  • Size: 19.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.5.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for dialog-bot-sdk-2.3.0rc10.tar.gz
Algorithm Hash digest
SHA256 29a00a29ec13f3fa507633c0f4c6e47aa9897a288df3d7b25c277a2e73441fa2
MD5 355175352a23be6d6410e8a4161b00b8
BLAKE2b-256 eb612318468cb90f280de402092406fd419ee5b7e8bc34c0b3685ec3ec2499cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dialog_bot_sdk-2.3.0rc10-py3-none-any.whl
  • Upload date:
  • Size: 32.4 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.5.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.8.0

File hashes

Hashes for dialog_bot_sdk-2.3.0rc10-py3-none-any.whl
Algorithm Hash digest
SHA256 6b4533f1b790a460a65c26e7fbb1e80f3e67b8b0023ff06a80d235429f42fcc3
MD5 2c30c7cc2ab626939f7580ec49212fd5
BLAKE2b-256 8d3af8525d918e2c97f1e79d21a1c35678f79af1064b8f4bba07e57c8fccda45

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