|
|
- Info
Scripts
-
Python Remove .svn
-
This python script removes all .svn directories from a given path and can also remove the .DS_Store files mac os x so annoyingly puts in every directory.
-
Download Images From Flickr Set
-
Uses flickrapi which is in pypi to facilitate downloading all the images in a flickr set. When calling from the command line give the arguments username, set, and folder to save in.
Example,
python download_flickr_sets.py username 'Favorites of Peru' peru
Will save all the images of username's "Favorites of Peru' in the peru directory.
|
|