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.2.9.tar.gz
(13.3 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.2.9.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-2.2.9.tar.gz
- Upload date:
- Size: 13.3 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 |
aff615a233fdc22aec09484875ab5ecd7c79fda4c2d13a25eee53fead860314f
|
|
| MD5 |
2c3ef03743f4af9f0a81801ecd5128a6
|
|
| BLAKE2b-256 |
07af1399fcd533fafec192466fb03435d58847649630090bab78f4dfc96a3399
|
File details
Details for the file dialog_bot_sdk-2.2.9-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-2.2.9-py3-none-any.whl
- Upload date:
- Size: 21.7 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 |
f204c76f7055587efe05e74c2621449b671ffa1b689f86048ffb7676be628f83
|
|
| MD5 |
c684f2c1ebe2cde75b8527bfd886a778
|
|
| BLAKE2b-256 |
fa9005808429393ebcbeb70cc5330dacecdbfb19887452b6a8ca97f105d304ec
|