diff --git a/README.md b/README.md index f9b484d..c451354 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,18 @@ download all slides from sched.com event: kubecon/istiocon 2. IstioCon China 2023: https://istioconchina2023.sched.com/list/descriptions/ - `/list/descriptions/`: this page will include all slides links in the page directly. + +### Run with python3 + +``` +python3 -m pip install requests BeautifulSoup4 +python3 download_slides.py +``` + +### Quick Run in Docker + +``` +docker run ghcr.io/pacoxu/slides-crawl:latest +``` + +For KubeCon NA 2024, you can run `docker run -e SCHED_LINK=https://kccncna2024.sched.com/ ghcr.io/pacoxu/slides-crawl:latest`.