Skip to content

腾讯文档下载 目前只支持excel文档 无法导出格式

License

Notifications You must be signed in to change notification settings

YXH-YXH/TencentDocDownload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TencentDocDownload

腾讯文档下载 目前只支持excel文档

安装依赖

pip3 install -r requirements.txt

运行

python3 excel.py URL_OF_WORK_SHEET
python3 excel.py URL_OF_WORK_SHEET cookie_file_path

获取cookies

1.针对chrome系列浏览器,安装插件Get cookies.txt,链接 https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid

(可能需要翻墙) 2.打开chromedevtools(右击->检查),application,storage,cookies 将对应的值全部复制出来,放到download文件头部cookie_string = "" #可以手动写死cookies内容内,并解除(以及user_data后面)相关注释

About

腾讯文档下载 目前只支持excel文档 无法导出格式

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%