chris-lovejoy/YouTube-video-finder ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool that helps me find useful YouTube videos without relying on YouTube recommendations.
I want to be able to pass in one or more search terms from the terminal, like machine learning or medical school, and have the app search YouTube for videos from the last few days, with a default of 7 days but an option to change that. It should use a YouTube API key stored in a config file, and then print the results clearly in the console so I can quickly spot the most valuable videos.
Keep it easy to run from the project root, with a main script I can execute directly after installing the requirements. If you need current API details or edge cases, look them up online and keep the setup simple.
Are you gonna build this?
make sure you review the code using coderabbit