mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
8869d3b457
* feat(linkedin): add timeline feed command * test(linkedin): add timeline adapter unit tests Add shape tests and utility function tests for the new timeline command. Include linkedin in the vitest adapter project config. --------- Co-authored-by: jackwener <jakevingoo@gmail.com>
636 B
636 B
Mode: 🔐 Browser · Domain: linkedin.com
Commands
| Command | Description |
|---|---|
opencli linkedin search |
|
opencli linkedin timeline |
Read posts from your LinkedIn home feed |
Usage Examples
# Quick start
opencli linkedin search --limit 5
# Read your home timeline
opencli linkedin timeline --limit 5
# JSON output
opencli linkedin search -f json
opencli linkedin timeline -f json
# Verbose mode
opencli linkedin search -v
Prerequisites
- Chrome running and logged into linkedin.com
- Browser Bridge extension installed