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>
This commit is contained in:
2026-02-28 22:09:46 +03:00
commit 245fac3efc
4 changed files with 724 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Temp/helper scripts
FindOffice.ps1
QuickTest.ps1
TestConnections.ps1
FetchPage.ps1
DiagnoseHTTP.ps1
CheckOutput.ps1
VerifyData.ps1
RunAndVerify.ps1
# Page dumps
page_dump.html
# Excel temp files
~$*.xls*