Skip to content

Python module for scraping bing images using Azure API

Notifications You must be signed in to change notification settings

garyrobertsjr/bing_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

bing_scraper

Python module for scraping bing images using Azure API

usage: bing_scraper.py [-h] [--d D] keyfile term n 

Scrape images from Bing Image Search. 

positional arguments: 
  keyfile     File containing Azure API key.
  term        Search term for parsing Bing images 
  n           Number of images to pull. 

optional arguments: 
-h, --help show this help message and exit --d D Destination dir for writing images.

NOTE: Currently only pulls thumbnails. Original intention was small images for training but will add a flag to toggle this feature.

About

Python module for scraping bing images using Azure API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages