https://github.com/m-tartari/pinterest_pinner
Publishes all photos from a selected webpage into a target Pinterest board using Python3 and the Pinterest API.
https://github.com/m-tartari/pinterest_pinner
photos pinterest pinterest-api python3 target-pinterest-board webscraping
Last synced: 9 months ago
JSON representation
Publishes all photos from a selected webpage into a target Pinterest board using Python3 and the Pinterest API.
- Host: GitHub
- URL: https://github.com/m-tartari/pinterest_pinner
- Owner: m-tartari
- License: mit
- Created: 2019-03-04T22:06:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T12:29:05.000Z (over 3 years ago)
- Last Synced: 2023-03-05T17:16:29.626Z (over 3 years ago)
- Topics: photos, pinterest, pinterest-api, python3, target-pinterest-board, webscraping
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinterest Pinner
This script publishes all photos from a selected page into a target Pinterest board using the Pinterest API. It has been custom made for [Compagnia d'arme del Santo Luca](http://www.compagniadarmedelsantoluca.it/) but can be easily adapted to be used for any website.
## Download
this project can by downloaded using:
```
git clone https://github.com/m-tartari/pinterest-pinner.git
```
and run using:
```
python3 pinner.py
```
## Before use
Before using this script you need to edit the data.json file. It should contain:
```
{
"board_name": "Name of the board in which the images will be saved",
"the_album": "http://www.url_from_which_you_want_to_save_images",
"access_token": "put_here_your_pinterest_access_token"
}
```
The access token can be generated using [postman](https://www.getpostman.com/) and following [Pinterest API official guidelines](https://developers.pinterest.com/docs/api/overview/).