Skip to content

Pinterest board scraper with simple GUI viewer.

License

Notifications You must be signed in to change notification settings

soukev/pinscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinscraper

Pinterest board scraper with simple GUI viewer.

Requirements

Selenium is used for scraping, which requires geckodriver. Follow the instructions for installing driver.

Usage

pip install -r requirements.txt

For board download use pinscrape.py script

python pinscrape.py -u <url of board> -s <number of scrolls> -p <number of pics>

For viewing run pinscrape_gui.py

python pinscrape_gui.py

Requirements

Script and GUI app needs selenium, bs4, requests, sqlite3, PIL, tkinter. Those can be installed from pip.

About

Pinterest board scraper with simple GUI viewer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages