Metadata-Version: 2.4
Name: Linkedin-saved-posts-search
Version: 0.1.0
Summary: A CLI tool to scrape and search your LinkedIn saved posts.
Home-page: https://github.com/miladtajvidi/Linkedin_Saved_Posts_Search
Author: Milad Tajvidi
Author-email: milad.tajvidi@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: webdriver-manager
Requires-Dist: beautifulsoup4
Requires-Dist: rapidfuzz
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# LinkedIn Saved Posts Search

A simple Python CLI tool to **scrape** and **search** your LinkedIn saved posts.

## 🚀 Features

- Login manually via browser
- Continue scraping in headless mode
- Extracts full post text, author, and timestamps
- Fuzzy keyword search with AND/OR logic
- Optional date filtering
- Export matched results to JSON

## 📦 Installation

```bash
pip install Linkedin-saved-posts-search
