https://github.com/sean1832/pinterest-dl-gui
Pinterest scraper webui
https://github.com/sean1832/pinterest-dl-gui
gui pinterest pinterest-downloader scraper streamlit streamlit-application webui
Last synced: 6 months ago
JSON representation
Pinterest scraper webui
- Host: GitHub
- URL: https://github.com/sean1832/pinterest-dl-gui
- Owner: sean1832
- Created: 2024-03-31T20:29:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T11:07:55.000Z (9 months ago)
- Last Synced: 2025-10-07T13:12:31.079Z (9 months ago)
- Topics: gui, pinterest, pinterest-downloader, scraper, streamlit, streamlit-application, webui
- Language: Python
- Homepage:
- Size: 216 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinterest Downloader GUI
This is a web GUI for scraping Pinterest images with a given URL. It is built on top of the [pinterest-dl](https://github.com/sean1832/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](https://developers.pinterest.com/terms/). The repository owner disclaims any liability for misuse of this tool. Use it responsibly and at your own legal risk.
## Installation
#### Automatic Installation
1. Clone the repository
```bash
git clone https://github.com/sean1832/pinterest-dl-gui.git
```
2. Execute `gui.bat` to start the server
#### Manual Installation
Some user might need to install manually.
1. Clone the repository
```bash
git clone https://github.com/sean1832/pinterest-dl-gui.git
```
2. Create a virtual environment and activate (optional but recommended)
```bash
python -m venv venv
./venv/Scripts/activate
```
3. Install the required packages
```bash
pip install -r requirements.txt
```
4. Start the server
```bash
streamlit run gui.py
```
> [!TIP]
> Subsequent runs after installation can be done by executing `gui.bat` even if you installed manually.
## Graphical User Interface

