Skip to content

v1.0.16

Choose a tag to compare

@sergebulaev sergebulaev released this 16 Jul 06:51

Adds LinkedIn reshare (repost) support, now that Publora shipped POST /linkedin-reshare.

  • Write layer: PubloraClient.create_reshare(...) plus a lib.repost(post_url, commentary=None) wrapper and a new reshare kind in lib.publish. Fully Apify-consistent: the reshare parent URN is taken from Apify's shareUrn (urn:li:share:* / urn:li:ugcPost:*), never hand-converted from an activity id (the two ids can differ). Honors canShare, and routes Publora / manual / diy. Manual tier returns Repost-with-thoughts copy-paste steps.
  • linkedin-comment-drafter: new reshare mode (paste a post URL, optionally add a one-line take in your voice, repost on approval).
  • linkedin-employee-advocacy: references reshare mode as the amplification action teams use for brand and colleague posts.
  • Still exactly 11 skills; no new dependency (HarvestAPI stays out of the bundle).