reckbo / hs-aflstats

Scrapes the scoring events and player stats from the match pages at afltables.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AFLTables Screen Scraper

Scrapes the scoring events and player statistics from the match pages at afltables.com.

Run

Edit the years key in years.cfg to set the desired seasons from which to get stats. Then run

  make  # builds binary, assumes you have stack installed
  make csvs  # generates csv stats files in _data

Output is _data/ScoreEvent.csv and _data/PlayerEvent.csv.

Dependencies

  • curl
  • html tidy

About

Scrapes the scoring events and player stats from the match pages at afltables.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 99.6%Language:Makefile 0.4%