# custom-feishu-bot **Repository Path**: xffish/custom-feishu-bot ## Basic Information - **Project Name**: custom-feishu-bot - **Description**: 飞书自定义机器人,参见飞书官网对自定义机器人的介绍:https://www.feishu.cn/hc/zh-CN/articles/360024984973,https://open.feishu.cn/document/ukTMukTMukTM/ucTM5YjL3ETO24yNxkjN 本程序目前实现了对指定群聊发送服务器空间不足的告警 - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-06 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # custom-feishu-bot ![版本号](https://img.shields.io/badge/version-alpha.2-blue)  ![language-logo](https://pkg.go.dev/badge/static/frontend/badge/badge.svg)  ![license](https://img.shields.io/badge/license-MulanPSL--2.0-green) #### 介绍 飞书自定义机器人,参见飞书官网对自定义机器人的介绍:https://www.feishu.cn/hc/zh-CN/articles/360024984973,https://open.feishu.cn/document/ukTMukTMukTM/ucTM5YjL3ETO24yNxkjN 本程序目前实现了对指定群聊发送服务器空间不足的告警 #### 安装教程 1. clone 本项目 2. 执行 `make`得到可执行文件`custom-feishu-bot`直接运行或者`make package`命令用upx打包来缩小可执行文件的体积,需要自行安装upx #### 使用说明 直接运行即可,想要修改请自行参考飞书官网的介绍:https://www.feishu.cn/hc/zh-CN/articles/360024984973 ,https://open.feishu.cn/document/ukTMukTMukTM/ucTM5YjL3ETO24yNxkjN ,并观看源码,近期补上注释 #### TODO未来要做的事 1. log写入文件,能够轮写入文件,定时合并 2. 程序发送受到新增文件触发 3. 增加授权码等安全措施 4. 发送成功、失败落入日志