- 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>
16 lines
208 B
Plaintext
16 lines
208 B
Plaintext
# 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*
|