Files
eTL-downloader/README.md

28 lines
551 B
Markdown
Raw Normal View History

2025-03-11 14:31:03 +09:00
## SNU eTL batch downloader
Download all files from lectures of SNU eTL.
Skips already downloaded files
2025-11-21 04:44:15 +09:00
~~First time registration required, passkey info is stored at `snu_fido.json`.~~
2025-05-13 22:05:23 +09:00
2025-11-21 04:44:15 +09:00
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"
```
2025-03-11 14:31:03 +09:00
### Usage
2025-11-21 04:44:15 +09:00
From `main.py`
2025-03-11 14:31:03 +09:00
```
sync_etl(209133, "Computer_Networking")
sync_etl(219314, "System_Programming)
```