Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 594 Bytes

File metadata and controls

20 lines (13 loc) · 594 Bytes

LinkedIn Posts Extractor

Python CLI script to extract recent posts from a LinkedIn profile using Playwright.


Commands

Step Description Command
1 Install dependencies uv sync
2 Run the script uv run python main.py

Notes

  • Browser context is stored in _ctx.json for session reuse.
  • Results are saved in our/li_posts.json.
  • Logs progress in console with time - LEVEL - message format.