Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 932 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 932 Bytes

Download Korean Textbooks

Colab (requires Google account)

  1. Copy this into a cell and run it. The code below doesn't work because of a bug in Colab.

iPython/Jupyter Notebook

  1. Run this.
%load https://github.com/coughingmouse/Download-Korean-Textbooks/raw/main/download_korean_textbooks.py

Unix-like

You need to have Python3, its pip and venv module, and curl installed.

  1. Download source
curl -fsSL https://github.com/coughingmouse/Download-Korean-Textbooks/raw/main/download_korean_textbooks.py --output download_korean_textbooks.py
  1. Run to initiate
python3 download_korean_textbooks.py
  1. Enter Python virtual environment
source 'Korean Textbooks/bin/activate'
  1. Run 2. again to download files
  2. run deactivate or exit shell to get out of the virtual environment