Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
28 lines (21 loc) · 1.07 KB

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

2) using import

from pinterest import PinterestImageScraper
p_scraper = PinterestImageScraper()
is_downloaded = p_scraper.make_ready("messi")