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.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_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.0.tar.gz
(16.5 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.0.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-3.0.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.42.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
758d84304a0720e58f3536128896fb8a02762099253903451d503fb4cb24d706
|
|
| MD5 |
0e468480cbdc7c73348c110b9d3cde85
|
|
| BLAKE2b-256 |
a46c2f8c798f0c9bec3cb346f2faf59f03c78747bcdf0e7895524c299af3a247
|
File details
Details for the file dialog_bot_sdk-3.0.0-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-3.0.0-py3-none-any.whl
- Upload date:
- Size: 24.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/45.2.0 requests-toolbelt/0.8.0 tqdm/4.42.1 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8150cd264e0bb60a73a7e507e93b1654382e4fe5689a83efc131366b52ac8a71
|
|
| MD5 |
6df674d813a87d1f47cf796a50f0b8c5
|
|
| BLAKE2b-256 |
f9d48a38960a35f72cdc8b0975e6279c039a477330f654e89657b4ec8c492a4f
|