I only want to do a little work

Hoping this exists or enough of the pieces exist to hobble something together…and I don’t have a Linux box…shame me now.
Alright, for a list of players in a Spartan company, run a nightly job to capture the number of head shots as of midnight.

Output looks like
name, date1, date2, date3,date4
JoeSpartan, 1000,1023,1023,1051
Mstr Chief, 321,321,322,333

I can make the report magic happen.

Use Case, track contribution to a company. The game-ification of headshot contributions. Of course it could extend to other medals.
Ran into a wall with google sheets since I have to log in to view medals. grumble.

If I had json for each member by date, I can get what I need.
Ultimately, I guess I’m looking for ready to go environment with the data so I can report the heck out it? But for now, a simple csv would rock.
So I want to skip the API part…the environment part…and just report…?

A couple preliminary questions. Can you run a Python script? I can write one if you can get it to run. You will need to put in your own developer code too. Let me know your OS and if you can or can’t run a python script.

Thanks,
Lazerhawk05

This should do it. Let me know if you need anything else for this.

Thanks,
Lazerhawk05