alessiocriscio/PolyHarvest — reverse-engineered prompt
Reverse engineered prompt
I want a simple Python project called PolyHarvest that feels like a small data harvesting bot setup. Since there isn’t a README yet, keep it straightforward and make the purpose clear inside the app.
Build something that can run bots from a bots folder, collect or simulate incoming records from a configurable source, and save clean timestamped output into logged_data. I should be able to start it from the command line, see friendly status messages, and know where the data was saved. Please include basic logging, simple settings I can edit without touching much code, and enough error handling so it doesn’t crash silently.
Also add a short README that explains what PolyHarvest does, how to install it, how to run it, and where the collected data goes. If you need to make assumptions, choose the simplest useful version and keep the code easy for a beginner to understand.
Want more depth? Deep Reverse