Skip to content

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

License

Notifications You must be signed in to change notification settings

iamatulsingh/pinterest-image-scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")