Metadata-Version: 2.1
Name: pinterest-scraper
Version: 0.1.0
Summary: A Python package to scrape comments from Pinterest and extract usernames
Home-page: https://github.com/HimashaHerath/pinterest-scraper
Author: Himasha Herath
Author-email: himasha626@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: beautifulsoup4

# Pinterest Scraper

A Python package to scrape comments from Pinterest and extract usernames.

## Installation

```bash
pip install -r requirements.txt
