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.peer, 'Reply to : ' + str(params.message.text_message.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_async(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-3.0.8rc1.tar.gz
(28.2 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-3.0.8rc1.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-3.0.8rc1.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b817cbebb1687e8974596f516de3b860a3c2618e4d0ca87c75f65166323c4a26
|
|
| MD5 |
0aadfd62a3876c15eff9f7a544afdefe
|
|
| BLAKE2b-256 |
0de6c3ced2f74cd265394efd63499a764fd9dd912780fe7e98da8a1447a7a931
|
File details
Details for the file dialog_bot_sdk-3.0.8rc1-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-3.0.8rc1-py3-none-any.whl
- Upload date:
- Size: 46.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
111458bfeb072961a6804248e511077806daeaed2d551effbd1baa8ffbfffa41
|
|
| MD5 |
86dc3a33f8e4c82e77f4a58738654945
|
|
| BLAKE2b-256 |
4e7fc68a57f25af968db7882090f9601363d1443639e2af98a7c3f23b2960111
|