#scraping #api #api-bindings #http-api #athletics

atletiek_nu_api

A scraping library for the atletiek.nu website

3 releases

0.2.1 Jan 16, 2024
0.2.0 Oct 8, 2023

#23 in #scraping

AGPL-3.0-or-later

32KB
683 lines

atletiek-nu-api

A work-in-progress attempt at scraping the atletiek.nu website for data. Kinda works but far from complete.

What it can do as of v0.2.0:

  • Search for competitions
  • List registrations for a competition
  • List results for an athlete for a given competition
  • Search athletes (not implemented in the HTTP api), cannot retrieve information about an athlete like PB's or competitions yet
  • List competitions for a given time period

HTTP API

There is also a HTTP api availible for download from the releases on github.com

Or, alternatively, you can compile the HTTP api from scratch after cloning the repository like so: cargo build --release --bin api

Dependencies

~11–27MB
~400K SLoC