rahulanand1103/youtube-script-writer — reverse-engineered prompt
Reverse engineered prompt
Build me a simple YouTube script writing app in Python that can take a video title, the language, the tone, and the target length, then generate a polished script I can actually use for a video.
I want it to first make a rough outline, do some web research to gather current facts, improve the outline with that research, and then write the final script section by section so it feels coherent and useful. It should work for very short clips and longer videos. Please also generate a matching video description.
Give me both a command line version and a basic browser UI so I can use whichever is easier. The UI should be straightforward, with fields for the title, language, tone, and length, plus a way to view and save the results. Save generated scripts locally.
Make it easy to run with environment variables for the AI key and the search key, and include a Docker option too. If anything is unclear, look up current docs online and make sensible choices.
Want more depth? Deep Reverse