Skip to content

bibliobrisa/pinterest-crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pinterest Image Download by Keywords

You can download as many images as you want about the searched words.

Requirements

  • Python 3+
  • Python "requests" library (pip install requests)

How to Run

from src import PinterestScraper, PinterestConfig

configs = PinterestConfig(search_keywords="Atatürk", # Search word
                          file_lengths=200,     # total number of images to download (default = "100")
                          image_quality="orig", # image quality (default = "orig")
                          bookmarks="")         # next page data (default= "")

PinterestScraper(configs).download_images() # download images directly (photos/atatürk, photos/web-scraping)

print(PinterestScraper(configs).get_urls()) # get image links

About

Downloads all images suitable for search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%