We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3468e73 + a57e94b commit d20e545Copy full SHA for d20e545
.gitignore
@@ -0,0 +1,2 @@
1
+.DS_Store
2
+downloaded_slides/
Dockerfile
@@ -0,0 +1,7 @@
+# m.daocloud.io/docker.io/library/python
+FROM python:3.9
3
+RUN python3 -m pip install requests BeautifulSoup4
4
+ADD download_slides.py .
5
+CMD python3 download_slides.py
6
+
7
0 commit comments