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.1.2.tar.gz
(159.6 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.1.2.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-2.1.2.tar.gz
- Upload date:
- Size: 159.6 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.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d35749e89b4bdfb2efb66e6ac48d965e7d47946c602eda66a00027281bd8072
|
|
| MD5 |
12566ee934c56479fa7d4750b610253e
|
|
| BLAKE2b-256 |
4c127d4e5c3c12206b9ee3963c98ab18f607658c5699505ed809d4fc074abf19
|
File details
Details for the file dialog_bot_sdk-2.1.2-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-2.1.2-py3-none-any.whl
- Upload date:
- Size: 202.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.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5889b106504adb4c49d5e218c239f3ce2e0b8404423fe0a4cd6091e03537e12c
|
|
| MD5 |
a59c080af3ae13c90afb4271235dcdcd
|
|
| BLAKE2b-256 |
0554f562a563e1cacbe69972abf7267100950bd4334516987d9b71325f5d3bb5
|