Metadata-Version: 2.1
Name: Linkedin-saved-posts-search
Version: 0.2.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
License: UNKNOWN
Platform: UNKNOWN
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

# 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


