I need a fully-automated pipeline that visits an Italian website, drills down only into the specific sub-categories I will provide, captures the required information, and immediately relays it to my personal Telegram chat. Here is the flow I have in mind: • A robust Python-based scraper (BeautifulSoup, Scrapy, Selenium—whatever you feel suits the target site best) navigates just those chosen sub-categories, extracts the necessary data fields, and packages them in a clean JSON or text payload. • A Telegram Bot API routine posts each new record to my chat ID either in real time or on a scheduled cron job. • Everything is deployed to and maintained on my VPS; you will handle initial setup, environment hardening, logging, and auto-restart so the service survives reboots. • I want two weeks of hyper-care after launch to make sure the scraper, bot, and hosting all run smoothly and that any layout tweaks on the site are caught early. • Please build the code modularly and document it well, because the site may redesign in roughly six months and I will need the flexibility to update selectors quickly. Acceptance criteria: 1. All named sub-categories are scraped without errors. 2. Data reaches my Telegram chat in the agreed format and frequency. 3. The VPS service restarts automatically if it fails. 4. Code, README, and requirements are delivered in a private Git repository. Let me know your preferred tech stack, how you’ll handle potential anti-bot measures, and your estimated timeline so we can get started right away.