A universal multiplatform message bot
Project description
unibot
A universal bots package for python
- A universal message bot library
Installation
- (via pip)
pip install -U omniunibot
- (via source) clone this repo &&
python setup.py install
orpython setup.py develop
How to use
# import unibot
from unibot import FeishuBot, DingTalkBot, WXWorkBot
# initialize unibot
bot = FeishuBot(webhook_id, secret)
bot = DingTalkBot(token, secret)
bot = WXWorkBot(token)
# send message
bot.sendQuickMessage('Test Passed')
You could check the code example in ./example
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
omniunibot-0.0.1.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for omniunibot-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7fa4ba6aea28698095cbbd1edef0e5ae0e8de6a05d7f2e44ef1a93d0f11e710 |
|
MD5 | ce80356c028d121676a552a1f4016b3a |
|
BLAKE2b-256 | b7c1a43c101f1c8d42ede75c0f598cfcd36739214063d4aea470f906464f890a |