Go to file
Ben Harris 96814f7262 Update README.md 2023-11-20 20:23:01 +00:00
src we can skip some of the calls for tourneys we're already skipping 2023-11-06 17:16:35 -05:00
.env.sample init 2023-11-06 17:02:40 -05:00
.gitignore init 2023-11-06 17:02:40 -05:00
README.md Update README.md 2023-11-20 20:23:01 +00:00
composer.json init 2023-11-06 17:02:40 -05:00
composer.lock init 2023-11-06 17:02:40 -05:00

README.md

matchplay utils

this is my effort to get some automated accounting for ifpa fees.

my goal is to get a count of players at each location and keep track of how much i've been reimbursed

this will need a database so i don't rate-limit myself on the matchplay api

i ended up using a spreadsheet and sqlite to query from the html table on my ifpa tournament page. I wrote about it on my blog