This package can be use to scrape images from pinterest just by using any search keywords. Install it just by using
pip install pinscrape
python pinscrape.py
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)