Beast-Monster-Thing/Vizantio — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python command line tool that helps collect and review NS results from the web. I want to run a scraper, save the raw results to a CSV file, and also keep a separate NDJSON file of the choices or decisions the tool makes while processing each result.

Please include a small config system so I can set priority rules without editing the main script. I also want helper scripts for filling in missing option text later, summarizing the saved choices into a readable markdown file, and keeping a separate manual checks file for anything the script is not confident about.

Keep it practical and easy to run from the terminal. Add clear example environment settings, requirements files, and basic comments so I can understand what each script is for. If any scraping details are unclear, look up the current docs or page structure online and make the scraper resilient enough to fail gracefully.

Want more depth? Deep Reverse