mirror of
https://github.com/morgan9e/eTL-downloader
synced 2026-04-14 00:14:34 +09:00
28 lines
551 B
Markdown
28 lines
551 B
Markdown
## SNU eTL batch downloader
|
|
|
|
Download all files from lectures of SNU eTL.
|
|
|
|
Skips already downloaded files
|
|
|
|
~~First time registration required, passkey info is stored at `snu_fido.json`.~~
|
|
|
|
Changed to Canvas Login. Please provide your ID and PW in .env as SNU_ID and SNU_PW.
|
|
|
|
You may have to add password in Canvas system, from https://myetl.snu.ac.kr/login/canvas
|
|
|
|
```
|
|
#file=./.env
|
|
|
|
SNU_ID="2025-01234"
|
|
SNU_PW="MyVerySecretPassword"
|
|
```
|
|
|
|
### Usage
|
|
|
|
From `main.py`
|
|
|
|
```
|
|
sync_etl(209133, "Computer_Networking")
|
|
sync_etl(219314, "System_Programming)
|
|
```
|