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[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)
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-1.2.2.tar.gz
(158.2 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-1.2.2.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-1.2.2.tar.gz
- Upload date:
- Size: 158.2 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41ea859d28bba5fb0cbd7e5ce1550fd70f2086a0d7fb6403421cd08f05554795
|
|
| MD5 |
efda0d8f2b86dc4323217b00895ed255
|
|
| BLAKE2b-256 |
5a8298b6ba26c1e9aaf30febedfe466170dc199a154061226221126e5ea5c0b9
|
File details
Details for the file dialog_bot_sdk-1.2.2-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-1.2.2-py3-none-any.whl
- Upload date:
- Size: 200.7 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a2e44ed922c8d572fceb6313bc7b6474971274aeaa78f0e34375fe28144fbe9
|
|
| MD5 |
aefc1490aeffd4e4cffa4943530a9eab
|
|
| BLAKE2b-256 |
29fd4a3ab7c28a0c662f53d85be26981b36ed4a7340b55b2e1f87a1c23b84d89
|