UPDATE: You can now use my new python library pinscrape to do the same thing with no extra step. You can install it using pip install pinscrape. For more details, visit pinscrape
This python3 program scrap data from pinterest without official API.
NOTE: It will definetly take some memory (depends on the size of images) to download it.
pip install -r requirements.txtpython pinterest.pyfrom pinterest import PinterestImageScraper
p_scraper = PinterestImageScraper()
is_downloaded = p_scraper.make_ready("messi")