Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/azproduction/pinterest-auto-layout-pdf-image-downloader
- Owner: azproduction
- Created: 2019-04-11T19:40:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T19:42:15.000Z (almost 6 years ago)
- Last Synced: 2024-10-26T22:16:42.356Z (3 months ago)
- Topics: downloader, generator, pinterest, rpa
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```