Skip to content

No1412lee/ShimoExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

石墨文档批量导出

支持类型

  • 文档
  • 表格
  • 思维导图
  • 幻灯片

Usage with NodeJS

填写配置文件

cp config.example.json config.json
{
    "@Cookie": "从浏览器中获取石墨文档的 Cookie",
    "@Path": "存放导出文档的位置",
    "@Folder": "需要导出的文件夹 ID,从浏览器地址栏获取,https://shimo.im/folder/xxx 中 xxx,全部导出则留空",
    "@Recursive": "是否导出子目录",
    "@Sleep": "导出两个文档间的时间间隔,必须设置,否则会服务器忙,单位 ms",
    "@Lasttime": "timeship you copy file(run this tool) last time, default 0 means to copy all files this time.",
    "@Retry": "重试次数",
}

运行

python exporter.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages