/pinterest-image-scrap

This python (3.7) program scrap data from pinterest without official API.

Primary LanguagePythonMIT LicenseMIT

pinterest-image-scrap

built with Python built with BeautifulSoup

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.

install all required libraries using following command from your project directory

pip install -r requirements.txt

how to run

  1. directly
python pinterest.py
  1. using import
from pinterest import PinterestImageScraper
p_scraper = PinterestImageScraper()
is_downloaded = p_scraper.make_ready("messi")