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
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(
'grpc-test.transmit.im:9443', # bot endpoint
grpc.ssl_channel_credentials(), # SSL credentials (empty by default!)
'cbb4994cabfa8d2a5bce0b5f7a44c23da943f767' # bot token
)
bot.messaging.on_message(on_msg)
License
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-1.1.0.tar.gz
(157.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-1.1.0.tar.gz.
File metadata
- Download URL: dialog-bot-sdk-1.1.0.tar.gz
- Upload date:
- Size: 157.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
114c88889090c64784ccc8ea326063057e44f43cfe58b5a710bee7aeeb01bca7
|
|
| MD5 |
1825570f33a800e1e2ae9907060cb2e3
|
|
| BLAKE2b-256 |
c41a20ea4fd03f19aa8f080f5fb3718b192b37a9e3491a8abc56d57e2d1dbc6d
|
File details
Details for the file dialog_bot_sdk-1.1.0-py3-none-any.whl.
File metadata
- Download URL: dialog_bot_sdk-1.1.0-py3-none-any.whl
- Upload date:
- Size: 200.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a6cae6dba1c3b369faa9e7af8f4fe6809e9a6da22ae7b2eb6637e01908ca1cb
|
|
| MD5 |
0e8bfad5c627f6cf5b3a75819411248e
|
|
| BLAKE2b-256 |
c116b05292c27315545b902b5dc729687ec754361e1e8120326f109886ac4611
|