I need the open-source Delphi forum scraper that is already available on GitHub to be readied for seamless use on a Windows 11 PC. Once you have cloned and configured the project, please compile it, resolve any dependency issues, and carry out a trial run against the Delphi Airworthy forum (I’ll supply the specific forum URL). During this test scrape you should collect: • thread titles and their full content • all user posts within each thread • any images embedded in those posts Save everything in a single, well-structured JSON file so I can inspect the results quickly. When you hand it over, include: 1. the compiled executable (or a clean build script) 2. the modified source code pushed to a private fork or zip 3. a concise, step-by-step guide that shows how I can install prerequisites, launch the scraper, and change the target URL for future runs Please verify the script completes a full pass without errors on Windows 11 before delivering.