Pre-release
This release is a pre-release and may not be stable for production use.
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.8rc6.tar.gz
(28.6 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.8rc6.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-3.0.8rc6.tar.gz
- Upload date:
- Size: 28.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16e8f720ab93eab54eb4b579178656546f415ae212e9443033d1d5ce6a6c4290
|
|
| MD5 |
e2c5caabbade023de92be32086608a60
|
|
| BLAKE2b-256 |
8c2aa71cb0b3088ff242d033587785ef127a2531986f39d6a8ff63857214d636
|
File details
Details for the file dialog_bot_sdk-3.0.8rc6-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-3.0.8rc6-py3-none-any.whl
- Upload date:
- Size: 46.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f116db9caffd2068732d46b39de88ef61bea0e4494336a994e60c052764a289d
|
|
| MD5 |
4fe1f90c716d301c199820e21559a010
|
|
| BLAKE2b-256 |
0d9f6e871c0c41d13eb7bb3c9f7561b54c14c1370e7525a97c686a5a735e8365
|