vipin-mittal-acquia/Python — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python tool for scraping issue information from a web based issue list. I want to give it a page URL, have it collect the visible issue details, and save the results into a clean file I can open later, like CSV or JSON. Keep it simple enough that someone can run it from the command line without knowing much Python.

It should handle common things like issue title, link, status if it is shown, and any other obvious text on the page. Please add clear messages while it runs, basic error handling for bad URLs or pages that cannot be read, and a short README that explains how to install anything needed and how to run it.

The existing repo is very minimal, so make sensible choices and keep the code easy to read. If you need current scraping library docs, look them up online.

Want more depth? Deep Reverse