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.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_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.3.tar.gz
(26.9 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.3.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-3.0.3.tar.gz
- Upload date:
- Size: 26.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd9569de469602b2ab65ad53dba1a4d2bc36165f7ace82623b261c9e64c020fa
|
|
| MD5 |
4ffaa5f94d1c86bef2127098b819199c
|
|
| BLAKE2b-256 |
dd058513c8aae3dba550b02fc3597dfbbdc88d1f197234b1cbf2cf5f87925dcf
|
File details
Details for the file dialog_bot_sdk-3.0.3-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-3.0.3-py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.0.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cfce39033ccb49b697a3be6cc6cea848118e330a529673989a0c8db5b0a2e68
|
|
| MD5 |
e99cb5cd8434bea86badc4f00a44b1bf
|
|
| BLAKE2b-256 |
6fa6d579b8e87715d4883a18ef002846459248abeae4bee8990bc7c193a7712b
|