/pinscrape-pr

A simple library to scrape Pinterest images written in Python

Primary LanguagePythonMIT LicenseMIT

pinscrape

built with Python

This package can be use to scrape images from pinterest just by using any search keywords. Install it just by using

pip install pinscrape

How do you run it?

python pinscrape.py

Config

Line 153:

`scrape("pfp", "output", {}, 10)` <br/>
+ `"pfp"` is keyword
+ `"output"` is path to a folder where you want to save images
+ `{}` is proxy list if you want to add one (optional)
+ `10` is a number of threads you want to use for downloading those images (optional)
+ `15` is the maximum number of images you want to download (optional)