I have a working Python script that currently runs on my local machine to collect text data automatically. I now need the entire workflow accessible through the web so I can trigger, monitor, and retrieve results from anywhere—no more manual launches or desktop dependencies. The job is straightforward: refactor or wrap the existing script so it operates on a server or serverless platform, expose a clean API or minimal web interface, and make sure everything runs reliably at the click of a URL or button. You’re free to choose the stack that suits you best—Flask, FastAPI, Django, AWS Lambda, Docker, or another equivalent approach—as long as the outcome is stable, secure, and easy for me to redeploy if needed. Because I need this ASAP, I’d like visible progress early and a quick turnaround on the final deployment. Once completed, I should be able to: • hit an endpoint or small web page to start the text-data collection • watch basic status or logs live or after the run • download or pipe the collected files without touching the server directly Send over a brief outline of how you would tackle the migration, which hosting option you prefer, and any questions you have about the existing codebase. I’ll share the current script right away so we can keep momentum.