I need a Telegram bot that runs non-stop and checks each new round on the Wingo 1 Min betting chart against figures contained in PDFs that I drop into a folder (or forward straight to the bot). Every file carries BIG/SMALL information; the bot must extract that value accurately, match it to the live chart for the same round, and then push out an immediate Telegram message. The standard message format I expect is: Round ID: 20260224100011061 Signal: SMALL Invest: 90 Register link :- If the PDF value matches the chart the message signifies a win; otherwise it flags a loss. Timing is crucial: messages need to be delivered in seconds, 24 hours a day, seven days a week. I prefer the project in Python using libraries such as PyPDF2 or pdfplumber for extraction, requests/selenium (or an equivalent scraping method) for chart data, and the official Telegram Bot API for messaging. Your code should be clearly commented, easy to deploy on a standard VPS, and come with a concise README. Deliverables • Fully-functional Python script (or small set of scripts) • Configuration file for bot token, chart URL and folder paths • One sample PDF plus brief test procedure to confirm end-to-end accuracy • Short instructions for VPS setup and continuous running (systemd, PM2 or similar) I’ll release payment in two milestones: first when the extraction and comparison logic is proven, and final when live Telegram messaging performs flawlessly. Looking forward to working with a developer experienced in bots, PDF parsing and real-time data handling.