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.4.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.4.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-2.1.4.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.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
669a8ff7f172e3404c898d6430d5acff95292113efe79039f57b1569b72f72e2
|
|
| MD5 |
91da9099a05e8d5d7233c81ce72b7a4d
|
|
| BLAKE2b-256 |
90271e4b4ec2ba78e1be84efa6df95bfa5e9060b5ac17002d1d62544ac5073cc
|
File details
Details for the file dialog_bot_sdk-2.1.4-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-2.1.4-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.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d3d4a31d0c2db9609a333541094d5bdda5837b9db832eb20b1d0baffe260880
|
|
| MD5 |
dcc71bfac22f204cb990788766d5e871
|
|
| BLAKE2b-256 |
34c172719ae877385e8d97c78a5d551732fa4bb7eaab9862ebf6e2cc6015ad02
|