Skip to content

szarbartosz/ekstraklasa-scraper

Repository files navigation

Ekstraklasa stats scraper ⚽

Quickstart

# launch docker container
./pull_and_compose.sh

Dev quickstart

# launch live-reloaded dev version locally
air

Checklist

  • scrap scoreboard
  • scrap best ekstraklasa team stats (Puszcza Niepołomice 🌲)
  • scrap upcoming matches schedule

Endpoints

GET /table
// returns scraped ekstraklasa table, in which each entry is of type Standing
type Standing struct {
	Position        int
	TeamName        string
	LogoUrl         string
	LastResults     []MatchResult
	GamesPlayed     int
	Wins            int
	Draws           int
	Losses          int
	GoalsFor        int
	GoalsAgainst    int
	GoalsDifference int
	TeamPoints      int
}

Motivation

Ekstraklasa enjoyer Lewandowski meme

About

Scraper of polish soccer league stats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages