Document fetch strategy (MSXML2/WinHttp), UTF-8 decoding via
ADODB.Stream, HTML parsing markers, and ChrW() Cyrillic encoding.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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>
- 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>