Skip to content

dlutor/chaoxingbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaoxingbook

超星电子书下载

实现超星阅读电子书下载为PDF,超星登录

用法

安装Node

安装依赖

pip install -r requirements.txt
from chaoxing import Basic

username = 'xxxx'   #用户名
password = 'xxxxxx' #密码
b = Basic(username, password)
url = ''            #图书详情页URL
b.book(url)

需要登录才能下载全部页,PDF为图片,在pdf/目录下