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.0rc13.tar.gz
(15.1 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.0rc13.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-2.3.0rc13.tar.gz
- Upload date:
- Size: 15.1 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.6.0 requests-toolbelt/0.8.0 tqdm/4.38.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2528db8dd0709e89b6cc5f901c933dbe1dd27790c46bc78c50107e8e8e3dbc9d
|
|
| MD5 |
502917be5472f68ff74efa23f3e59665
|
|
| BLAKE2b-256 |
b03ec16f4dd9561d32acf80c946662c66b3a3f1abcdb17406db62c25e3db033f
|
File details
Details for the file dialog_bot_sdk-2.3.0rc13-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-2.3.0rc13-py3-none-any.whl
- Upload date:
- Size: 24.0 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.6.0 requests-toolbelt/0.8.0 tqdm/4.38.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b17c96ba9e1e9564bf9a858c3c359e66bcf4b31e11ec88a1350612cbc98d8739
|
|
| MD5 |
045168e4aeb282f017a81df0ebdf9cff
|
|
| BLAKE2b-256 |
ef321736e9d74f7e67ec7b1413eacebb895dea6703e91ea8d236f6288ca8302f
|