mispy-archive / pinarchive

Archive contents of a Pinterest board or account to a local directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Longer Works

Sadly, Pinterest seems to have changed their pagination style to be JS-exclusive. Another archiving tool is http://www.downloadmyboard.com/. I suggest you use a service which more inherently supports freedom of user data, such as Dropbox.

Installation

gem install pinarchive

Requires curl

Usage

pinarchive http://pinterest.com/USER/[BOARD] [OUTPUT_DIR]

Archive a Pinterest board to a local directory. Will not download pins that are already present, so may be invoked repeatedly to keep a copy of a Pinterest account up to date!

If [BOARD] is omitted, all boards in the user's account will be downloaded. New directories will be created for each board under [OUTPUT_DIR], which defaults to the current working directory.

About

Archive contents of a Pinterest board or account to a local directory

License:MIT License


Languages

Language:Ruby 100.0%