Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 594 Bytes

BingImageSearchScript

Python Image downloading script using Microsoft cognitive services

Create Azure account get you secret key and paste it in the script

subscription_key = "ENTER YOUR BING API KEY HERE"

Help

$ python sciptName.py -h

usage: Seach keyword from bing, create folder downlaod images and save it
       [-h] [--s S] [--c C]

optional arguments:

  -h, --help  show this help message and exit
  --s S       Search keyword
  --c C       Image Count
  

Example Usage download 20 images of apple

$ python ImageDownloader.py --s Apple --c 20