Post Publisher
LinkedIn Publishing CLI

Ship posts from the terminal without babysitting a browser tab.

Post Publisher is a command-line workflow for authenticating with LinkedIn and publishing text, image, and document posts with one consistent interface. The goal is simple: make a real post flow testable, scriptable, and repeatable.

What this site is for

Public product identity for the LinkedIn app

This site exists so the LinkedIn Developer App for Post Publisher has a clear, public home, a reachable privacy policy, and a contact route. It is not trying to be a marketing site yet. Its job right now is trust, documentation, and compliance.

CLI package

The technical package name is post_publisher. The public app name is Post Publisher.

Auth model

Uses 3-legged OAuth with OpenID Connect, profile, email, and member social posting scopes.

Validation path

The first production milestone is a green post of Hello, LinkedIn! from the CLI.

Near-term flow

What gets verified first

  1. Configure the LinkedIn app with the correct redirect URI and scopes.
  2. Authenticate a real member account with the CLI.
  3. Publish a text post with Hello, LinkedIn!.
  4. Repeat with image and PDF uploads.