Skip to content

BetBoard lets you track the latest news for NFL, CFB, and UFC. It also shows you the latest odds for ML on the recent or upcoming events.

License

Notifications You must be signed in to change notification settings

RandyVentures/BetBoard

Repository files navigation

BetBoard

Sports odds + news terminal MVP. This is a non-touting awareness tool that surfaces market odds, movement, and headlines.

Screenshots

BetBoard Settings BetBoard NFL

Quick start

python -m venv .venv
source .venv/bin/activate
pip install -e .

Set an API key:

export ODDS_API_KEY="your_key"

Run:

betboard run

macOS menu bar app

The macOS app fetches data directly from The Odds API and ESPN RSS.

Run locally:

cd macos/BetBoardBar
swift run

Build a .app bundle:

cd macos/BetBoardBar
./scripts/package_app.sh

Install a release build:

  1. Download the latest BetBoard-<version>.zip from GitHub Releases.
  2. Unzip and drag BetBoard.app into /Applications.
  3. If macOS blocks the app, run:
xattr -dr com.apple.quarantine /Applications/BetBoard.app

Config

Copy the sample config to ~/.betboard/config.toml and edit as needed.

mkdir -p ~/.betboard
cp config.sample.toml ~/.betboard/config.toml

About

BetBoard lets you track the latest news for NFL, CFB, and UFC. It also shows you the latest odds for ML on the recent or upcoming events.

Resources

License

Stars

Watchers

Forks

Packages

No packages published