Skip to content

Given a set of keywords, grab images and their data from Flickr

Notifications You must be signed in to change notification settings

vishalgolcha/flickr-images-grab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flickr-images-grab

Given a set of keywords, search the Flickr API, and download the images and their associated metadata.

You'll need to edit config.json.default to include your Flickr API key/secret, and edit keywords.txt.

Then grab search results (default 500 per keyword) via python flickr_images_grab.py --search. And use those results (stored under /search) to download the metadata and two images sizes for each photo: python flickr_images_grab.py --download - these get dumped under /data/<keyword>.json and images/<keyword>/*.jpg.

About

Given a set of keywords, grab images and their data from Flickr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%