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[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-2.3.0rc8.tar.gz
(19.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-2.3.0rc8.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-2.3.0rc8.tar.gz
- Upload date:
- Size: 19.5 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.4.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afd198f513943df47fee644640ba725e6e9b3ac23d42ea7edf3e4983f2e84784
|
|
| MD5 |
ce0ddecbabbda0bab2d83e68c87b5b59
|
|
| BLAKE2b-256 |
ab38b137b03d9f0cff2ec941e540584366ff1a60cbd372912da6dbd90a80c806
|
File details
Details for the file dialog_bot_sdk-2.3.0rc8-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-2.3.0rc8-py3-none-any.whl
- Upload date:
- Size: 32.1 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.4.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22bdbafcae5f974c2f4b21f83a24a1fe08fcc237a90c7017785c99d536234c98
|
|
| MD5 |
2940f6320c42f5615068c05697b125f0
|
|
| BLAKE2b-256 |
7802be95f4d39e9c9756d7d7792d5e737df1ea0d3e4c29dd3ae48d5b327cd1e0
|