https://github.com/tsui66/feishu-devops
https://github.com/tsui66/feishu-devops
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsui66/feishu-devops
- Owner: tsui66
- Created: 2020-04-29T18:02:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T18:13:15.000Z (over 6 years ago)
- Last Synced: 2025-05-29T23:42:17.763Z (about 1 year ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 功能
- 飞书审批同步至语雀
## 流程图

## 快速开始
### 飞书环境配置
- [审批事件监听开发指南](https://open.feishu.cn/document/ugTM5UjL4ETO14COxkTN/ugDNyUjL4QjM14CO0ITN)
### 依赖安装
```bash
$ cd feishu-yuque/approval
$ npm install
```
### 环境变量设置
- FS_APP_ID: 飞书自定义审批 app_id
- FS_APP_SECRET: 飞书自定义审批 app_secret
- FS_APPPROVAL_CODE: 飞书自定义审批唯一码
- YQ_X_AUTH_TOKEN: [语雀开发者 token](https://www.yuque.com/yuque/developer/api)
- YUQUE_NAMWSPACE: [语雀知识库](https://www.yuque.com/yuque/developer/api)
### 开发部署
[Via Aliyun Serverless VSCode Extension](https://github.com/alibaba/serverless-vscode)