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.6.tar.gz
(13.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.2.6.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-2.2.6.tar.gz
- Upload date:
- Size: 13.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.4.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0ba021f27282fcad2f1c10dff1b0e135ffd60d096f545d2774e4b8f99d137b
|
|
| MD5 |
b1d430aada33622d1316f748cf4fb1eb
|
|
| BLAKE2b-256 |
d82c42f032f5f38a5612e460c3106a8655a060ad694865378a5297dcece1bcf6
|
File details
Details for the file dialog_bot_sdk-2.2.6-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-2.2.6-py3-none-any.whl
- Upload date:
- Size: 21.4 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.4.0 requests-toolbelt/0.8.0 tqdm/4.36.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2345e3db102b5f69c5972a30876a15b16eb0f4b21b507164745a870fb209c8ff
|
|
| MD5 |
5bcaa7b11688085031ed3bba0966ae8e
|
|
| BLAKE2b-256 |
86bc81e8f9377dc48fe3da6dc46df66d6c2860b5e3b4f3b776783a4e1bd8ff9e
|