# pinterest-crawler **Repository Path**: fcz.com/pinterest-crawler ## Basic Information - **Project Name**: pinterest-crawler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-24 - **Last Updated**: 2023-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## **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 ```python 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 ```