{"id":21577938,"url":"https://github.com/foxzool/open-lark","last_synced_at":"2025-03-18T07:27:08.312Z","repository":{"id":232387567,"uuid":"784210473","full_name":"foxzool/open-lark","owner":"foxzool","description":"飞书开放平台相关接口","archived":false,"fork":false,"pushed_at":"2024-05-22T14:15:30.000Z","size":539,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-23T03:35:52.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/foxzool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-09T12:05:55.000Z","updated_at":"2024-05-31T07:23:40.666Z","dependencies_parsed_at":"2024-04-09T16:25:06.722Z","dependency_job_id":"75b7dd9b-8383-40b9-89d2-6d661dd8c7dd","html_url":"https://github.com/foxzool/open-lark","commit_stats":null,"previous_names":["foxzool/open-lark"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fopen-lark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fopen-lark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fopen-lark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foxzool%2Fopen-lark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foxzool","download_url":"https://codeload.github.com/foxzool/open-lark/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244175823,"owners_count":20410757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T13:09:02.207Z","updated_at":"2025-03-18T07:27:08.292Z","avatar_url":"https://github.com/foxzool.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![crates.io](https://img.shields.io/crates/v/open-lark)](https://crates.io/crates/open-lark)\n[![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/Seldom-SE/seldom_pixel#license)\n[![CI](https://github.com/foxzool/open-lark/workflows/CI/badge.svg)](https://github.com/foxzool/open-lark/actions)\n[![Documentation](https://docs.rs/open-lark/badge.svg)](https://docs.rs/open-lark)\n![Discord Shield](https://discord.com/api/guilds/1319490473060073532/widget.png?style=shield)\n\n# 飞书开放平台非官方SDK, 个人开发, 请谨慎使用\n\n支持自定义机器人、长连接机器人、云文档、飞书卡片、消息、群组等API调用。\n\n## 使用\n\n将`.env-example`文件重命名为`.env`，并填写相关配置。\n\n## 已完成\n\n### 认证与授权\n\n- [x] 自建应用获取 tenant_access_token\n\n### 自定义机器人\n\n- [x] 发送消息\n- [x] 签名验证\n\n### 长连接机器人\n\n- [x] 接收事件推送\n\n### 云文档\n\n#### 云空间\n\n- 文件夹\n    - [x] 获取我的空间元信息\n    - [x] 获取文件夹元信息\n    - [x] 新建文件夹\n    - [x] 获取文件夹下的清单\n- 上传\n    - [x] 上传文件\n- 下载\n    - [x] 下载文件\n\n#### 权限\n\n- [x] 获取云文档权限设置\n- [x] 更新云文档权限设置\n\n#### 电子表格\n\n- 表格\n    - [x] 创建表格\n    - [x] 修改电子表格属性\n    - [x] 获取电子表格信息\n- 工作表\n    - [x] 查询工作表\n    - [x] 获取工作表\n    - [x] 操作工作表\n    - [x] 更新工作表属性\n- 行列\n    - [x] 增加行列\n    - [x] 插入行列\n    - [x] 更新行列\n    - [x] 移动行列\n    - [x] 删除行列\n- 单元格\n    - [x] 插入数据\n    - [x] 追加数据\n    - [x] 读取单个范围\n    - [x] 向单个范围写入数据\n    - [x] 读取多个范围\n    - [x] 向多个范围写入数据\n    - [x] 设置单元格样式\n    - [x] 批量设置单元格样式\n    - [x] 写入图片\n    - [x] 合并单元格\n    - [x] 拆分单元格\n    - [x] 查找单元格\n    - [x] 替换单元格\n- 筛选\n    - [x] 获取筛选\n    - [x] 创建筛选\n    - [x] 更新筛选\n    - [x] 删除筛选\n\n#### 多维表格\n\n- 多维表格\n    - [x] 获取多维表格元数据\n- 字段\n    - [x] 列出字段\n- 记录\n    - [x] 新增记录\n    - [x] 查询记录\n    - [x] 新增多条记录\n    - [x] 更新记录\n\n#### 通讯录\n\n- 用户\n    - [x] 搜索用户\n\n### 飞书卡片\n\n#### 卡片组件\n\n- [x] 卡片回传交互\n- 容器\n    - [x] 分栏\n    - [x] 表单容器\n    - [x] 交互容器\n    - [x] 折叠面板\n- 展示\n    - [x] 标题\n    - [x] 普通文本\n    - [x] 富文本(Markdown)\n    - [x] 图片\n    - [x] 多图混排\n    - [x] 分割线\n    - [x] 人员\n    - [x] 人员列表\n    - [x] 图表\n    - [x] 表格\n    - [x] 备注\n- 交互\n    - [x] 输入框\n    - [x] 按钮\n    - [x] 折叠按钮组\n    - [x] 下拉选择-单选\n    - [x] 下拉选择-多选\n    - [x] 人员选择-单选\n    - [x] 人员选择-多选\n    - [x] 日期选择器\n    - [x] 时间选择器\n    - [x] 日期时间选择器\n    - [x] 多图选择\n    - [x] 勾选器\n\n### 消息\n\n- [x] 发送消息\n- [x] 获取会话历史消息\n- 消息内容结构\n    - 发送消息内容\n        - [x] 文本\n        - [x] 富文本\n        - [x] 图片\n        - [x] 卡片\n- 事件\n    - [x] 接收消息\n\n### 群组\n\n- [x] 获取用户或机器人所在的群列表\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxzool%2Fopen-lark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxzool%2Fopen-lark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxzool%2Fopen-lark/lists"}