A universal multiplatform message bot
Project description
omniunibot
🤖 An omnipotent universal message bot library for python
- Supported platforms
- Feishu
- Slack
- Dingtalk
- Features
- Non-blocking mode for sending messages
- Send to multiple platforms with one-line code
💻 Installation
- (via pip)
pip install -U omniunibot
- (via source) clone this repo &&
pip install .
📜 Usage
-
Prepare a config file
-
Default config path:
$HOME/configs/omniunibot.json
-
Config example
{ "server": { "bind": "tcp://*:58655", "interval": 0.5 }, "client": { "bind": "tcp://localhost:58655" }, "channel_groups": { "test_channels": [ { "platform": "Slack", "webhook": "https://hooks.slack.com/services/xxxx/xxxx/xxxx" }, { "platform": "Lark", "webhook": "https://open.feishu.cn/open-apis/bot/v2/hook/1a166e72-xxxx-xxxx-xxxx-3ae4f0fb51b7", "secret": "xxx" }, { "platform": "DingTalk", "webhook": "https://oapi.dingtalk.com/robot/send?access_token=xxx", "secret": "xxx" } ] } }
-
-
Start the bot server
python -m omniunibot.server
-
Use the client-side code in your code
- Example: ./example/client_example.py
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.1.1.tar.gz
(8.2 kB
view hashes)
Built Distribution
omniunibot-0.1.1-py3-none-any.whl
(12.6 kB
view hashes)
Close
Hashes for omniunibot-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2ae0d01396b6b575f878e6d1242664fd87bbddba1ac4393cab0473da90b93fc |
|
MD5 | 2a00f77d3f76236f0be9219f19f4facb |
|
BLAKE2b-256 | 1ad381b44fd7704dc9dd2549f5718001d288d78b0c7cd686cd4527eee7d5785e |