issues
search
JackWagner
/
stattrak
Counter-Strike 2 gameplay aggregator and stat collector
0
stars
0
forks
source link
Extract a user's latest match using the Steam API
#4
Closed
JackWagner
closed
10 months ago
JackWagner
commented
11 months ago
BACKGROUND
Context: Manually downloading matches is not scalable
Problem: We need a way to extract user's latest match programmatically for processing
Solution: Have to set up access to the steam API and use it to download a match via Steam ID
STEPS:
[x] Set up access to Steam API
[x] Return latest match code for a user
[ ] Decode the match code into a download URL
[ ] Write code that downloads my latest match DEM using just Steam ID (and possibly one match sharing code)
JackWagner
commented
10 months ago
Breaking last two steps into new GHI
9
BACKGROUND
STEPS: