This is a Python script which allows the user to easily batch download hits from a Flickr search to a local directory. The purpose of this project was to make grabbing reference images a little less time-consuming. It can be run with a UI from within Maya, and can also be called from the command line.
Maya Usage:
Place jpFlickrSearch.py in your Maya/scripts directory
In a Python editor in Maya, import the script and run the Maya UI procedure as follows:
import jpFlickrSearchThe UI:
jpFlickrSearch.initUI()
Search for: The Flickr search term
Number of Images: The number of hits to download
Image Size: Somewhat self-explanatory. "Original" is the largest
New File Name: Files will be saved according to this name
Save to: The directory the images will be saved in
Download Images: Run it, baby!
Command-Line Usage:
python jpFlickrSearch.py [options] search terms
See doc string for option flags and further usage notes.
Please feel free to leave me feedback, bug reports, feature requests, etc!
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.