Postiz
experimentalmessagingOperate a self-hosted Postiz social scheduler via its Public API
not yet on PyPI —
chp-adapter-postiz is not publishedAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
create_postv1.0.0Create or schedule a post across one or more Postiz channels (publishes to social).
chp.adapters.postiz.create_postdelete_postv1.0.0Delete a scheduled/published post by id.
chp.adapters.postiz.delete_postlist_channelsv1.0.0List the connected Postiz integrations (social channels) available to post to.
chp.adapters.postiz.list_channelslist_postsv1.0.0List posts known to Postiz (scheduled/published) within a date range.
chp.adapters.postiz.list_postspreview_articlev1.0.0Preview what publish_article WOULD schedule — resolve channels, derive the slug
chp.adapters.postiz.preview_articlepublish_articlev1.0.0Publish a blog article (and optionally a matching LinkedIn teaser) from SIMPLE
chp.adapters.postiz.publish_article