I need a simple, reliable script that pulls the required text from a single website each day and drops the fresh data into a spreadsheet I can open in Excel or Google Sheets. The site’s structure is consistent, so once the selectors are dialed in, the process should run hands-free. Here’s what success looks like: • A working script (Python with BeautifulSoup, Scrapy, or Selenium—your call) that captures only the text I specify. • Automated scheduling so the scrape runs daily without manual intervention—cron, Windows Task Scheduler, or a cloud function is fine. • Output appended to, or neatly placed in, a spreadsheet with clear column mapping. • Brief setup notes so I can tweak the target URL or change the destination sheet later. I’ll supply the URL and the exact text fields I want as soon as we start.