Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 694 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 694 Bytes

PinCrawl

A simple app to download any Pinterest user's pins to a local directory.

Download

If you just want to use the app, download the JAR here: http://www.mediafire.com/download/ky5oxy3s2y42yst/PinCrawl.jar

Usage

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

History

7/12/2015 - Vesion 1.1: Better board file naming

7/1/2015 - Version 1.0

To Do

  • Add arguments for overwrite, subtractive, and additive changes to existing directory structure
  • Allow .gifs
  • Test on platforms other than Win x64
  • GUI?