Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azproduction/pinterest-auto-layout-pdf-image-downloader

Pinterest board image downloader and auto-layout pdf generator
https://github.com/azproduction/pinterest-auto-layout-pdf-image-downloader

downloader generator pinterest rpa

Last synced: about 1 month ago
JSON representation

Pinterest board image downloader and auto-layout pdf generator

Awesome Lists containing this project

README

        

# Pinterest board image downloader and auto-layout pdf generator

It accepts Pinterest galley URL, downloads all the images in high res
from the gallery, automatically generates pdf and html document with nicely
layed out pictures using justified-layout from Flickr.

## Installation

Clone the repo and run `yarn install`

```
node index.js [options]

Options:
--output [dir] Directory to download pictures and files to
--url [url] Pinterest board URL
-h, --help output usage information
```

## Examples

```
node index.js --output board-name --url https://www.pinterest.com/you/board-name/
```

```
node index.js --output kda-shooting-reference --url https://www.pinterest.com/azproduction/kda-shooting-reference/
```