Skip to content

Python web-crawler built with Scrapy to download all original images of google image page

Notifications You must be signed in to change notification settings

khaleddallah/GoogleImagesDownloaderScrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Google Images Downloader using Scrapy

Python Scrapy project to download original images in full quality from Google_Images

Installation

Use the package manager pip to install Scrapy.
(Anaconda Recomended)

pip install scrapy

and clone the project

git clone https://github.com/khaleddallah/GoogleImageScrapyDownloader.git

Usage:

download 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'

Built with:

Python 3.7
Scrapy

Authors:

Khaled Dallah

License

MIT

About

Python web-crawler built with Scrapy to download all original images of google image page

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages