Skip to content

Instantly share code, notes, and snippets.

@dvgamerr
Last active May 12, 2018 18:37
Show Gist options
  • Save dvgamerr/dee496dcaef0130a07f1ce4a2df7f86b to your computer and use it in GitHub Desktop.
Save dvgamerr/dee496dcaef0130a07f1ce4a2df7f86b to your computer and use it in GitHub Desktop.
stream game get list

C:\Program Files (x86)\Steam\userdata\{ID64toDirName}\config\localconfig.vdf

//id = 76561198006499496 
public static string ID64toDirName(Int64 id)
{
    return (id - 0x0110000100000000).ToString();
}

API stream

https://store.steampowered.com/api/appdetails?appids=50620
http://api.steampowered.com/ISteamApps/GetAppList/v0002/?key=STEAMKEY&format=json
https://steamcommunity.com/profiles/76561198006499496?xml=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment