Python Bot SDK for Dialog Messenger
Project description
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)
Project details
Release history Release notifications | RSS feed
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.0.tar.gz
(10.0 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.0.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-2.2.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61e3f6e8dc320ac73594278f8a439ce24ded494af01127a2f4440460a9bf0485
|
|
| MD5 |
a53ef1204ff5e3639c17245e206d52a1
|
|
| BLAKE2b-256 |
9854016e8b537d02edcf9a00f1a80a32c2384a48473514fb225772ad877c06eb
|
File details
Details for the file dialog_bot_sdk-2.2.0-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-2.2.0-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7ec1c6de9e3948eb131c44152e9112c0abefdf227fbd83809bb1bd855205097
|
|
| MD5 |
a16259e3a16ec0ab234b5973aa49d0bc
|
|
| BLAKE2b-256 |
b7dcd63b7fadb1f7606ff1f6ae1b8e98646c5a532a56d8a2fa34ec0df68fb939
|