Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.
/ xzl Public archive

将小专栏的内容通过markdown/pdf格式导出

License

Notifications You must be signed in to change notification settings

xxxxxzl/xzl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xzl

python3

小专栏的内容通过markdown/pdf格式导出

小专栏规则修改, 目前仅能导出免费专栏内容

我们应该尊重每一位作者的付出, 请不要随意传播下载后的文件

使用前请确定已在Chrome中登录过小专栏, 否则可能会出现导出失败的问题

已支持

  • 专栏

  • 小书

  • 全部订阅

导出格式

  • markdown

  • pdf

由于获取目录时需要模拟鼠标滑动, 所以请打开Safari的允许远程自动化, 开发->允许远程自动化

允许远程自动化

做 virtualenv 虚拟环境,直接安装全部依赖:

# 全局安装 virtualenv
$ pip3 install virtualenv 

# clone repo
$ git clone [email protected]:iizvv/xzl.git & cd xzl

# 创建虚拟环境
$ virtualenv venv

# 激活环境
$ source venv/bin/active

# 安装依赖
$ pip3 install -r requirements.txt

# 执行脚本
$ python3 xzl.py

About

将小专栏的内容通过markdown/pdf格式导出

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages