Skip to content

Commit d70a3b3

Browse files
committed
[docs]: Added ReadMe for the application
1 parent d5d95d9 commit d70a3b3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Google-Image-Scrapper/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Google Image Scrapper
2+
3+
![](http://ForTheBadge.com/images/badges/made-with-python.svg)
4+
5+
6+
7+
## You will need docker to run the application
8+
9+
10+
## Run the following command to run the application
11+
12+
```console
13+
docker build --tag google_image:1.0 .
14+
docker run --name google_image_flask -p 8000:8000 -v ~/simple_images:/opt/simple_images google_image:1.0
15+
```
16+
- Your downloaded images will be at ~/simple_images
17+
18+
***The real craft is scrapper.py module which can be engineered according to your use case***

0 commit comments

Comments
 (0)