# YuQueDocFetch **Repository Path**: guopengxiang/YuQueDocFetch ## Basic Information - **Project Name**: YuQueDocFetch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-04-16 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YuQueDocFetch ![image](https://github.com/hhuang00/YuQueDocFetch/assets/108319401/ed73560b-7e0a-4e19-952a-ebced5da3611) 本脚本使用python3编写 用于批量获取语雀下的个人知识库文档,并且按照原本的目录结构保存到本地,格式为docx。 ## 使用方式 1. 首先导入所需要的库 `pip install -r requirements.txt` 2. 提供个人账号的x-csrf-token和Cookie并写到headers.txt中。 注意hearders.txt中数据的格式为 [key]: [value] , 使用": "作为分隔符。 3. 运行脚本 ``` python YuQueDocFetch.py 或者 python YuQueDocFetch.py -p 指定下载路径 ```