Skip to content

yotam/PyFlickr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Downloads images from Flickr with the requested tags. Requires python package flickrapi, and a Flickr API key (set this in the script).

usage: flickr.py [-h] -t, TAGS [TAGS ...] [-n QUANTITY] [-o DIRECTORY]

Download images from Flickr.

optional arguments:
  -h, --help            show this help message and exit
  -t, TAGS [TAGS ...], --tags TAGS [TAGS ...]
                        tags used to select images
  -n QUANTITY, --quantity QUANTITY
                        number of images required (optional, defaults to 5)
  -o DIRECTORY, --output-dir DIRECTORY
                        output directory (optional, defaults to current)

About

Download Images using the Flickr API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages