scu-course-downloader
v1.0.12
Published
四川大学课表下载
Downloads
15
Readme
四川大学课表下载程序nodejs版
迁移到此项目
- python版本不再维护,以后将只维护这个版本
使用
yarn add scu-course-downloader
#or
npm install scu-course-downloader
const { saveToExcel } = require('scu-course-downloader')
;(async() => {
await saveToExcel()
})()
下载途中会输出相应的信息
和以前版本的比较
减少了请求速度更快