Sports odds + news terminal MVP. This is a non-touting awareness tool that surfaces market odds, movement, and headlines.
python -m venv .venv
source .venv/bin/activate
pip install -e .Set an API key:
export ODDS_API_KEY="your_key"Run:
betboard runThe macOS app fetches data directly from The Odds API and ESPN RSS.
Run locally:
cd macos/BetBoardBar
swift runBuild a .app bundle:
cd macos/BetBoardBar
./scripts/package_app.shInstall a release build:
- Download the latest
BetBoard-<version>.zipfrom GitHub Releases. - Unzip and drag
BetBoard.appinto/Applications. - If macOS blocks the app, run:
xattr -dr com.apple.quarantine /Applications/BetBoard.appCopy the sample config to ~/.betboard/config.toml and edit as needed.
mkdir -p ~/.betboard
cp config.sample.toml ~/.betboard/config.toml
