Real-Time Gambling Data Scraper

Заказчик: AI | Опубликовано: 01.12.2025

I plan to run a private service that resells real-time gambling tips, including occasional odds mispricing that appears for only a few seconds. I need a bot that continuously visits several gambling-tip sites, detects the data I care about—match results, player statistics, and live betting odds—and then pushes that information straight into my existing dispatch software. The software takes a plain-text string and posts it into multiple chat channels, so the scraper has to output each find as a text message that matches one of my predefined layout templates (I’ll provide samples). Here’s the flow I’m after: 1. Poll the target sites at high frequency without getting IP-blocked. 2. On each page load, parse out the three data points above, compare them to the last sent values, and trigger only when something new or out of threshold appears. 3. Format the text according to the chosen template (I have several; the bot should switch based on simple rules or tags I’ll share). 4. Hand the finished string to my software via a local webhook or CLI call—whichever is simpler for you to implement. Speed and reliability matter more than fancy dashboards. Suppose you’re comfortable with headless solutions such as Python + Playwright/Selenium, or node-based Puppeteer. In that case, that’s perfect—as long as the final script is easy for me to host on a Linux VPS and tweak the target URLs and parsing rules later. However, my ideal scenario is that the bot doesn't go through and read characters, but uses AI to recognise figures through pictures. I understand that this could be far trickier; I'm open to either option. Acceptance will be straightforward: I’ll run the bot on my server, watch it pull fresh odds and stats, and confirm the chat message matches the exact template. Once it can run unattended for 72 hours without missing updates or getting blocked, we’re done. In the case that these changes keep happening we can arrange something to get around this. I also would like to include that this may require recurring work, whether that's to your advantage or not.