akvise/trends-checker — reverse-engineered prompt

Reverse engineered prompt

Build me a Python command line tool called trends checker that helps me compare up to 5 keywords on Google Trends and see interest scores by country and worldwide.

I want it to work for web, YouTube, images, news, and shopping searches, show nice terminal charts, and also export results as CSV or JSON. It should handle Google blocking gracefully with browser cookie auth, retry and backoff settings, optional proxy support, and an option to use DataForSEO instead when I want reliable automation and real search volume.

Please include useful filters like timeframe, language, top results, and related rising queries. I also want a watch mode so I can track a saved list of keywords on a schedule, keep a baseline snapshot between runs, and write alert events to JSON when something changes past a percentage threshold.

Make the defaults sensible, the output clean, and the commands easy to use. Look up current docs online if you need to.

Want more depth? Deep Reverse