Wsine / feishu2md

一键命令下载飞书文档为 Markdown
https://feishu2md.onrender.com/
MIT License
1.15k stars 116 forks source link

[Feat] 使用重定向 URL 在前端下载文档 #103

Open Wsine opened 8 months ago

Wsine commented 8 months ago
  1. 个人应用现在可以自行审核通过啦
  2. 飞书授权临时访问凭证 https://open.feishu.cn/document/server-docs/api-call-guide/calling-process/get-access-token
  3. Golang 编译为 Webassembly https://github.com/golang/go/wiki/WebAssembly#javascript-goosjs-port
  4. 封装函数 https://geektutu.com/post/quick-go-wasm.html#3-注册函数-Register-Functions
  5. 编写网页
Wsine commented 8 months ago

It seems go-app is suitable for this idea.

https://go-app.dev/reference#GenerateStaticWebsite

Wsine commented 7 months ago

cors is always a big problom.