This is a web GUI for scraping Pinterest images with a given URL. It is built on top of the pinterest-dl api, which is a Python package and command line tool for downloading Pinterest images.
Warning
This project is independent and not affiliated with Pinterest. It's designed solely for educational purposes. Please be aware that automating the scraping of websites might conflict with their Terms of Service. The repository owner disclaims any liability for misuse of this tool. Use it responsibly and at your own legal risk.
- Clone the repository
git clone https//github.com/sean1832/pinterest-dl-gui.git
- Execute
gui.bat
to start the server
Some user might need to install manually.
- Clone the repository
git clone https//github.com/sean1832/pinterest-dl-gui.git
- Create a virtual environment and activate (optional but recommended)
python -m venv venv
./venv/Scripts/activate
- Install the required packages
pip install -r requirements.txt
- Start the server
streamlit run gui.py
Tip
Subsequent runs after installation can be done by executing gui.bat
even if you installed manually.