-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,27 @@ | ||
# slides-crawl | ||
|
||
download all slides from sched.com event: kubecon/istiocon | ||
|
||
1. KubeCon China 2023: https://kccncosschn2023.sched.com/list/descriptions/ | ||
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/list/descriptions/ ghcr.io/pacoxu/slides-crawl:latest | ||
``` | ||
download files will be inside the container, and you can use volume or `docker cp` to get them to your PC. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters