sbmagar13/sharesansar_datascrape — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Python tool that pulls daily NEPSE floor sheet data from the Sharesansar website and saves it locally so I can use it later for analysis.

I want it to be easy to run, even from one script, and it should collect the daily share price or floor sheet records in a clean format like CSV files inside a data folder. If possible, make it smart enough to go through available trading days and keep gathering the data without me having to do each date by hand. It should handle common site issues gracefully, like missing pages or temporary request failures, and avoid duplicating the same day twice.

Please keep the setup lightweight and include a short README with clear steps for how to run it and where the scraped files will appear. If the site structure has changed, look up the current page layout online and adjust the scraper so it still works.

Want more depth? Deep Reverse