One-click multi-post
Composes once and publishes to every configured platform in a single run.
One click logs in and publishes the same post across several social platforms at once.
A freelance tool built to remove a genuinely tedious loop: signing into four platforms and pasting the same post four times.
Driven by Python and Selenium, it authenticates against each configured platform, composes the post with its media, and publishes everywhere in one run. Each platform is a separate driver strategy, so adding a new one means writing one module rather than editing a monolith.
Credentials stay in a local environment file, runs are logged per platform, and a failure on one target does not abort the others.
Composes once and publishes to every configured platform in a single run.
Each target is its own driver module, so supporting a new platform means adding a file, not a rewrite.
A broken selector on one platform is logged and skipped instead of aborting the whole run.
Secrets stay in a local environment file and are never written into the run log.