๐ฆ ClawHub
Feishu Sender
by @zhendexuebuhui
Send messages and files to Feishu (Lark) via Open API. Supports text, markdown, any file format, and images. Use when user needs to send notifications, repor...
๐ก Examples
from feishu_sender import FeishuSendersender = FeishuSender()
sender.send_text("Hello Feishu!")
sender.send_file("report.pdf")
โ๏ธ Configuration
Set environment variables or create .env:
FEISHU_APP_ID=cli_xxxxx
FEISHU_APP_SECRET=xxxxxxxx
FEISHU_CHAT_ID=oc_xxxxxx
Get credentials from Feishu Open Platform.
TERMINAL
clawhub install feishu-sender