Skip to content

Commit

Permalink
add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu authored Aug 26, 2024
1 parent 4c3c829 commit 223dd8b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 223dd8b

Please sign in to comment.