Initial commit: prediction-market arb scanner + GHA alerts

- Monthly + hourly Kalshi/Polymarket arb scanner (stdlib-only Python).
- Live positions tab w/ realized P&L history.
- GitHub Actions cron workflow texts SMS via Apps Script webhook on
  newly-detected arbs. State persisted in alerts_state.json.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Casey Judice
2026-05-20 19:48:50 -04:00
commit 05c0441053
20 changed files with 3967 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Secrets — never commit. Provide your own data/secrets.json locally.
data/secrets.json
# Python
__pycache__/
*.pyc
# Local preview staging
.arb-preview/
# Local Claude Code config (launch.json, settings.local.json, worktrees, etc.)
.claude/
# macOS
.DS_Store