App to send messages to Feishu custom bot webhook
146
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.
| Name | Description | Example |
|---|---|---|
| FEISHU_CUSTOM_BOT_WEBHOOK_ID | The UUID in Feishu bot webhook URL | 8fba84a5-e926-4363-8037-31c2cab82830 |
| FEISHU_CUSTOM_BOT_WEBHOOK_SECRET | The Feishu bot webhook signature secret | H5WYZ9pDwE87V8ng |
| FEISHU_CUSTOM_BOT_MESSAGE_FILE | The file path that contains the message text | /app/message.txt |
cd /app
echo -n "Message to send." > ${FEISHU_CUSTOM_BOT_MESSAGE_FILE}
python -m src.app.main
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