sh script

andre
Castro0o 4 years ago
parent a76313c251
commit 653b35cef1

@ -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
## TODO: Work on making an overview!

@ -0,0 +1,3 @@
#!/bin/sh
python3 download_imgs.py
python3 images2html.py
Loading…
Cancel
Save