Downloads Images from bing search
1. Clone imgDownloader repository
$ git clone https://github.com/Godson-Gnanaraj/imgDownloader
pip3 install requirements.txt
python3 main.py <sample.html>
- Open your favourite browser.
- Go to bing images
- Search for required image
- Copy the html content
- Save the html into a file eg:
sample.html
Currently imgDownloader extracts image urls from html file of bing search and downlaods the images into ./downloads
directory.