Python Scrapy project to download original images in full quality from Google_Images
Use the package manager pip to install Scrapy.
(Anaconda Recomended)
pip install scrapyand clone the project
git clone https://github.com/khaleddallah/GoogleImageScrapyDownloader.gitdownload NUM of images about specific search words in specific SIZE
python gid.py [-h] [-n NUM] [-s SIZE] search_words for help
python gid.py --help search_words Set search words
-h, --help show this help message and exit
-n NUM, --num NUM Number of images to download: range between [1 , 800]
-s SIZE, --size SIZE size of images :
a any size (default)
m medium
l large
i icon
qsvga 400x300
vga 640x480
svga 800x600
xga 1024x760
2mp larger than 2MB
4mp larger than 4MB
or 6mp, 8mp, 10mp, 12mp, 15mp, 20mp,
40mp, 70mp
for Example:
python gid.py -n 183 -s xga 'Palestine Al Quds'Python 3.7
Scrapy
Khaled Dallah