cricket-data Other

Run on Machina Coming soon

Cricket data via ESPN public endpoints and Cricsheet open data — live-ish series scoreboards, standings, match summaries and news (ESPN), plus historical ball-by-ball, player stats, and player registry (Cricsheet, ODC-BY 1.0). Zero config, no API keys.

Commands

Command Description
get_series List currently-active cricket series with ESPN series IDs and live events
get_scoreboard Matches + scores + status for a series
get_standings Points table for a series (empty for most bilateral tours)
get_game_summary Match detail: rosters, leaders, matchcards, venue info
get_news News articles for a series
get_competitions List Cricsheet competition codes
get_matches Completed matches for a competition, newest first
get_match_deliveries Ball-by-ball deliveries for a completed match
get_player_stats Aggregate batting + bowling stats for a player
find_player Search Cricsheet player registry; returns ESPNcricinfo ID mappings

Quick Start

# CLI
sports-skills cricket-data get_series
# Python
from sports_skills import cricket_data
cricket_data.get_series()