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.1.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.1.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-2.2.1.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 |
1f12a515541f06956d2c88cb8944b9e49425ee6e6662c86f4da93a73326d5348
|
|
| MD5 |
81c968afcb743beb335c6aa8d341b105
|
|
| BLAKE2b-256 |
9761105e1ff3f628eac916da89d1cc21e43627acd1e48e2caea7d82ac1e4dc93
|
File details
Details for the file dialog_bot_sdk-2.2.1-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-2.2.1-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 |
60f8eed3ef9f5aff7d1be32060e74d7a8b237518afaaa490ce62022bab2f7291
|
|
| MD5 |
5b7c2601ab07d03a3178b1b173a4d327
|
|
| BLAKE2b-256 |
344850d5f2be2afbbbe7dd03012771a8e465f3937147a94bf5a4763195d8bfec
|