diff --git a/README.md b/README.md index 32dd762..b83c863 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ mypassword ## Run +* all toguether `run.sh` + * `python3 download_imgs.py` * Downloads all images from wiki to `images/` directory * and stores each image's metadata to `images.json` @@ -40,4 +42,5 @@ mypassword * retrieves its text content * generates a HTML page from it * saves page onto `static_html/` directory - \ No newline at end of file + +## TODO: Work on making an overview! \ No newline at end of file diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..3c76d2c --- /dev/null +++ b/run.sh @@ -0,0 +1,3 @@ +#!/bin/sh +python3 download_imgs.py +python3 images2html.py