Commit Graph

2 Commits

Author SHA1 Message Date
e48bca907d Replace curl.exe with native COM HTTP fetching
Use MSXML2.XMLHTTP.6.0 (primary) and WinHttp.WinHttpRequest.5.1
(fallback) instead of shelling out to curl.exe. Fetch functions now
accept a url parameter for reusability.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 22:23:16 +03:00
245fac3efc Add Marathon Bet live stats VBA scraper
- MarathonStats.bas: VBA module that fetches live sports data from
  marathonbet.by using curl (handles gzip compression), parses HTML
  for team names, scores, odds, and outputs to formatted Excel sheet
- RunMarathon.ps1: PowerShell launcher to automate Excel macro execution
- MarathonStats.xlsm: Pre-built workbook with sample output

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 22:09:46 +03:00