Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 695 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 695 Bytes

ImageScrapper

INSTRUCTIONS:

FOR WINDOWS:

  1. Just go to release, unzip the ImageExtractor_Windows.zip and use it.
  2. It will be present as image_scrapper.exe in directory 3>) The downloaded(scraped) images with be saved in a directory named ' Result ' which will be created where image_extractor.exe is present.

FOR LINUX:

  1. Download the entire repo
  2. Open terminal and execute the following command: pip install bs4 requests
  3. navigate to the source directory and run the image_extractor.py file using command: python image_extractor.py
  4. The downloaded(scraped) images with be saved in a directory named ' Result ' which will be created where image_extractor.py is present.