Python program to scrape and download images from Pinterest
pip install -r requirements.txtpython pinterest_scraper.pyfrom pinterest_scraper import PinterestScraper
scraper = PinterestScraper()
scraper.scrape("Input", "output_path_folder")| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python program to scrape and download images from Pinterest
pip install -r requirements.txtpython pinterest_scraper.pyfrom pinterest_scraper import PinterestScraper
scraper = PinterestScraper()
scraper.scrape("Input", "output_path_folder")