Dialog Python Bot SDK
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.peer, 'Reply to : ' + str(params.message.text_message.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_async(on_msg)
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-3.0.5.tar.gz
(28.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dialog-bot-sdk-3.0.5.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-3.0.5.tar.gz
- Upload date:
- Size: 28.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.8.0 tqdm/4.46.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96e0b784a381cb67ea7b7d379413014a08a43aed0f223d0b440e3e7644738f11
|
|
| MD5 |
66c35fc3cc730de86bcc500b3dd36667
|
|
| BLAKE2b-256 |
ba417ada9a0bafe531d8fae70b9ed2e917d76466b2d79a583f946b7b965720fa
|
File details
Details for the file dialog_bot_sdk-3.0.5-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-3.0.5-py3-none-any.whl
- Upload date:
- Size: 46.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.8.0 tqdm/4.46.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4be19b6eb1759ff9d12073bff8161ab2ef5928c86657d67e719f1ab2fa6c0d3
|
|
| MD5 |
902a5ac705ad7495adad6678532f5e43
|
|
| BLAKE2b-256 |
dfa11789d47f740b635f51def21b34b60319b0c3acafbcb8a12922fc6d509912
|