2plot.media - Built a Dash app that automates my whole YouTube publishing workflow

I wanted to share a little internal tool I built with Dash that handles the part of content creation I genuinely hate: the publishing busywork. I drop in a video, transcribe it with Superwhisper, paste the transcript into my own app, and it generates the title, tags, description, a forum post, and a Discord post — then pushes the upload to YouTube as a private draft for final review.

The useful takeaway if you’re building something similar: keeping the transcript as the single source of truth is what makes the whole thing work. Everything downstream (SEO description, tags, community posts) is generated from that one input, so you never re-type context. The whole front end is built on the custom Dash apps I maintain, which made wiring up the file selection, generation, and upload steps surprisingly quick.

Full walkthrough here:

Components and docs: https://pip-install-python.com — and the platform itself lives at https://2plot.media if you want to see it in action.

1 Like