A simple app to download any Pinterest user's pins to a local directory.
If you just want to use the app, download the JAR here: http://www.mediafire.com/download/ky5oxy3s2y42yst/PinCrawl.jar
Simply exectue the jar via command line including a user name argument. The folder made with the pictures will be in your working directory (the one you exectued the command from)
java -jar PinCrawl.jar kevinpauly
7/12/2015 - Vesion 1.1: Better board file naming
7/1/2015 - Version 1.0
- Add arguments for overwrite, subtractive, and additive changes to existing directory structure
- Allow .gifs
- Test on platforms other than Win x64
- GUI?