This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" Script to scrape images from a flickr account. | |
Author: Ralph Bean <[email protected]> | |
Added ability to get specific image sizes | |
Added thread pooling for faster retrieval of large sets of images | |
Added flickr api request caching for faster recovery | |
Author: Nathan Moinvaziri <[email protected]> | |
""" |