Python CLI script to extract recent posts from a LinkedIn profile using Playwright.
| Step | Description | Command |
|---|---|---|
| 1 | Install dependencies | uv sync |
| 2 | Run the script | uv run python main.py |
- Browser context is stored in
_ctx.jsonfor session reuse. - Results are saved in
our/li_posts.json. - Logs progress in console with
time - LEVEL - messageformat.