Skip to content

Program to receive ratings for club players using the SSF API. Results stored in csv files.

Notifications You must be signed in to change notification settings

MartinOrell/ssfRatingRetrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Program is made for Linux (other OS not tested).
Program requires CURL.

Building:

Open terminal as root:
sudo -i

cmake -S . -B build

cmake --build build/

Running:
build/main [club name] [club id] [start date] [end date]

Running with special period:
build/main [club name] [club id] [start date] [end date] -S [member date] [rating date]

Running with special date is useful when you want a ratinglist for january while not many are registered members yet (so you can use the members from december the previous year)

Running examples:
build/main "Västerås SK" 38522 2006-04-01 2025-12-01
build/main "Västerås SK" 38522 2006-04-01 2025-12-01 -S 2025-12-01 2026-01-01

About

Program to receive ratings for club players using the SSF API. Results stored in csv files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published