linkedin-agent-cli 0.1.5__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/PKG-INFO +17 -1
  2. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/README.md +16 -0
  3. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/page_state.py +1 -0
  4. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/.github/workflows/publish.yml +0 -0
  5. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/.gitignore +0 -0
  6. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/LICENSE +0 -0
  7. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/llms.txt +0 -0
  8. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/pyproject.toml +0 -0
  9. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/__init__.py +0 -0
  10. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/actions/__init__.py +0 -0
  11. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/actions/connect.py +0 -0
  12. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/actions/conversations.py +0 -0
  13. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/actions/message.py +0 -0
  14. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/actions/profile.py +0 -0
  15. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/actions/search.py +0 -0
  16. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/actions/status.py +0 -0
  17. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/api/__init__.py +0 -0
  18. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/api/client.py +0 -0
  19. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/api/messaging/__init__.py +0 -0
  20. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/api/messaging/conversations.py +0 -0
  21. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/api/messaging/send.py +0 -0
  22. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/api/messaging/utils.py +0 -0
  23. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/api/voyager.py +0 -0
  24. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/auth.py +0 -0
  25. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/browser/__init__.py +0 -0
  26. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/browser/login.py +0 -0
  27. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/browser/nav.py +0 -0
  28. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/cli.py +0 -0
  29. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/conf.py +0 -0
  30. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/enums.py +0 -0
  31. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/exceptions.py +0 -0
  32. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/launcher.py +0 -0
  33. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/session.py +0 -0
  34. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/setup/__init__.py +0 -0
  35. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/setup/self_profile.py +0 -0
  36. {linkedin_agent_cli-0.1.5 → linkedin_agent_cli-0.1.7}/src/linkedin_cli/url_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: linkedin-agent-cli
3
- Version: 0.1.5
3
+ Version: 0.1.7
4
4
  Summary: Django-free library and CLI for LinkedIn platform mechanics over a bound browser session (Voyager API + Playwright).
5
5
  Project-URL: Homepage, https://github.com/eracle/linkedin-cli
6
6
  Project-URL: Repository, https://github.com/eracle/linkedin-cli
@@ -178,6 +178,22 @@ The discovery → outreach loop an agent runs: **`search` → `profile` / `statu
178
178
  `checkpoint_challenge`, `authentication`, `profile_inaccessible`,
179
179
  `skip_profile`, `connection_limit`.
180
180
 
181
+ ## 🔖 Releases
182
+
183
+ Releases are **fully automated** — there is no manual publish step.
184
+
185
+ - **Every push to `main`** triggers the `publish.yml` GitHub Actions workflow, which builds
186
+ and uploads a stable `0.1.<commit-count>` release to PyPI via
187
+ [Trusted Publishing](https://docs.pypi.org/trusted-publishers/) (OIDC, no stored token).
188
+ The version is monotonic and unique per commit, so `pip install -U linkedin-agent-cli`
189
+ always picks up the latest push.
190
+ - **Deliberate minor/major bumps:** push a `vX.Y.Z` tag — that commit publishes exactly
191
+ `X.Y.Z` (e.g. `git tag v0.2.0 && git push origin v0.2.0`).
192
+
193
+ The version is injected at build time (`SETUPTOOLS_SCM_PRETEND_VERSION`); `hatch-vcs`
194
+ derives the version from git for local/`git+`-installed builds. Re-runs are idempotent
195
+ (`skip-existing`).
196
+
181
197
  ## ⚠️ Responsible use
182
198
 
183
199
  This tool automates **your own** LinkedIn account from **your own** machine.
@@ -152,6 +152,22 @@ The discovery → outreach loop an agent runs: **`search` → `profile` / `statu
152
152
  `checkpoint_challenge`, `authentication`, `profile_inaccessible`,
153
153
  `skip_profile`, `connection_limit`.
154
154
 
155
+ ## 🔖 Releases
156
+
157
+ Releases are **fully automated** — there is no manual publish step.
158
+
159
+ - **Every push to `main`** triggers the `publish.yml` GitHub Actions workflow, which builds
160
+ and uploads a stable `0.1.<commit-count>` release to PyPI via
161
+ [Trusted Publishing](https://docs.pypi.org/trusted-publishers/) (OIDC, no stored token).
162
+ The version is monotonic and unique per commit, so `pip install -U linkedin-agent-cli`
163
+ always picks up the latest push.
164
+ - **Deliberate minor/major bumps:** push a `vX.Y.Z` tag — that commit publishes exactly
165
+ `X.Y.Z` (e.g. `git tag v0.2.0 && git push origin v0.2.0`).
166
+
167
+ The version is injected at build time (`SETUPTOOLS_SCM_PRETEND_VERSION`); `hatch-vcs`
168
+ derives the version from git for local/`git+`-installed builds. Re-runs are idempotent
169
+ (`skip-existing`).
170
+
155
171
  ## ⚠️ Responsible use
156
172
 
157
173
  This tool automates **your own** LinkedIn account from **your own** machine.
@@ -36,6 +36,7 @@ class PageState(str, Enum):
36
36
  _ROUTES: list[tuple[str, PageState]] = [
37
37
  ("/checkpoint", PageState.CHECKPOINT),
38
38
  ("/login", PageState.LOGIN),
39
+ ("/uas/login", PageState.LOGIN), # LinkedIn's legacy login endpoint, the target of /feed/ → sign-in redirects
39
40
  ("/authwall", PageState.AUTHWALL),
40
41
  ("/feed", PageState.FEED),
41
42
  ("/in/", PageState.PROFILE),