khaoss85/youtube-autopilot ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that automatically finds trending topics, picks one that fits the channel, writes the script, plans the visuals, creates the video, and prepares it for YouTube upload. I want it to feel like a fully autonomous content machine, with a clear approval step so bad ideas get rejected before anything is produced.
Please keep the project organized in a clean layered way, with separate parts for shared data and settings, the AI reasoning pieces, the external work like video generation and upload, and the pipeline that ties everything together. It should save channel memory locally so it avoids repeating titles and can learn from past runs.
The flow should generate a title, description, tags, thumbnail idea, and a short vertical video plan, then run a quality check before marking the package ready. If you need to, look up current docs online for things like YouTube or video generation APIs.
Are you gonna build this?
make sure you review the code using coderabbit