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…?