I need a lightweight script that cycles through every city available on ClassifiedAds.com and submits the same text ad in each location. The ad copy is already prepared, so the script simply has to: • Navigate to each city’s posting page. • Fill in the required text-only fields with my supplied content. • Solve the site’s basic image-based captcha automatically before submitting. A straightforward command-line tool in Python, Node, or a similar language is perfect as long as it runs on Windows and Linux. Please include: 1. Clear setup instructions and any library requirements (e.g., Selenium, Playwright, pytesseract, 2Captcha API, etc.). 2. A settings file or variables where I can drop in the ad text and adjust timing between submissions. 3. Basic logging so I can see which cities were successfully posted and if any errors or captchas failed. 4. A brief walkthrough—screenshots or a quick video—showing the script in action on a few cities. Keep the solution stable but simple; no fancy UI needed.