Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 535 Bytes

File metadata and controls

14 lines (12 loc) · 535 Bytes

The project is to download the images from Google search.
Input : any search tag.
Output : images downloaded from google search using the tag.

How to make it work :

  • run command python scrape_images.py -q="your_search_tag"
  • BASE_URL in the scrape_image.py file can be customized according to the requirement. How to do that is mentioned in the comments in the file.

P.S. : Search tag if contains more than one word should be passed by combining using '_' like red apple should be passed as -q=red_apple