atletiek_nu_api

Crates.ioatletiek_nu_api
lib.rsatletiek_nu_api
version0.2.1
sourcesrc
created_at2023-10-08 18:58:16.769067
updated_at2024-01-16 12:06:55.584381
descriptionA scraping library for the atletiek.nu website
homepagehttps://github.com/zeskeertwee/atletiek-nu-api
repositoryhttps://github.com/zeskeertwee/atletiek-nu-api
max_upload_size
id997378
size32,875
zeskeertwee (zeskeertwee)

documentation

README

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

Commit count: 35

cargo fmt