Sign inSign up

cookding/feishu-custom-bot-operator

By cookding

Updated about 2 years ago

App to send messages to Feishu custom bot webhook

Image
Monitoring & observability
0

146

cookding/feishu-custom-bot-operator repository overview

Feishu Custom Bot Operator

An app to send messages to Feishu Custom Bot Webhook.

It can be used in CI pipelines to send CI tasks results to Feishu groups.

Environment variables

NameDescriptionExample
FEISHU_CUSTOM_BOT_WEBHOOK_IDThe UUID in Feishu bot webhook URL8fba84a5-e926-4363-8037-31c2cab82830
FEISHU_CUSTOM_BOT_WEBHOOK_SECRETThe Feishu bot webhook signature secretH5WYZ9pDwE87V8ng
FEISHU_CUSTOM_BOT_MESSAGE_FILEThe file path that contains the message text/app/message.txt

How to run

cd /app
echo -n "Message to send." > ${FEISHU_CUSTOM_BOT_MESSAGE_FILE}
python -m src.app.main

Tag summary

Content type

Image

Digest

sha256:277a8a885

Size

54 MB

Last updated

about 2 years ago

docker pull cookding/feishu-custom-bot-operator:0.2.0