Skip to content

Python Image downloading script using Microsoft cognitive services

Notifications You must be signed in to change notification settings

bhavin250495/BingImageSearchScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages