https://github.com/2239559319/scu-course-downloader
四川大学课表下载nodejs版
https://github.com/2239559319/scu-course-downloader
course download npm scu
Last synced: 3 months ago
JSON representation
四川大学课表下载nodejs版
- Host: GitHub
- URL: https://github.com/2239559319/scu-course-downloader
- Owner: 2239559319
- License: gpl-3.0
- Created: 2020-07-02T14:24:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T16:58:34.000Z (over 2 years ago)
- Last Synced: 2025-01-03T23:18:00.688Z (5 months ago)
- Topics: course, download, npm, scu
- Language: JavaScript
- Homepage:
- Size: 530 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 四川大学课表下载程序nodejs版
## 迁移到此项目
- [python版本](https://github.com/2239559319/courseDownload)不再维护,以后将只维护这个版本
## 使用
```shell
yarn add scu-course-downloader
#or
npm install scu-course-downloader
```
```javascript
const { saveToExcel } = require('scu-course-downloader');(async() => {
await saveToExcel()
})()
```
下载途中会输出相应的信息
## 和以前版本的比较
减少了请求速度更快