From 653b35cef1aa04a60f63c56bfc575e2c38558cbc Mon Sep 17 00:00:00 2001 From: Castro0o Date: Sun, 2 Feb 2020 21:05:55 +0100 Subject: [PATCH] sh script --- README.md | 5 ++++- run.sh | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 run.sh 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