Skip to content

bhavin250495/BingImageSearchScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39c8657 · Mar 27, 2019

History

7 Commits
Mar 27, 2019
Mar 27, 2019

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

About

Python Image downloading script using Microsoft cognitive services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages