Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show Game List? #88

Open
Nou4r opened this issue Jan 20, 2020 · 4 comments
Open

Show Game List? #88

Nou4r opened this issue Jan 20, 2020 · 4 comments

Comments

@Nou4r
Copy link

Nou4r commented Jan 20, 2020

It would be awesome if SAM listed all the games on an Account and perhaps with a little marker on games that have a ban, this would truly be the an awesome addition.

@rex706
Copy link
Owner

rex706 commented Jan 21, 2020

I will look into whether this is possible.

@KillaBoi
Copy link
Contributor

Its possible to get a list of all the games on an account BUT if you have an account with 500+ games on it (like me on my main profile) then that list would cause the application to slow down a lot I guess...

Also, afaik, the API only retrieves info about bans in general and does not specify which game the ban is on.

@rex706
Copy link
Owner

rex706 commented Feb 22, 2020

Unfortunately, it does not seem like this is currently possible with already available methods. Here is the url for the various API calls that Steam supports: https://steamcommunity.com/dev. You can then go through the various Steam Web API urls to see what is possible.

@rex706
Copy link
Owner

rex706 commented Dec 16, 2020

Turns out GetOwnedGames (v0001) is a webapi method with the description: GetOwnedGames returns a list of games a player owns along with some playtime information, if the profile is publicly visible. Private, friends-only, and other privacy settings are not supported unless you are asking for your own personal details (ie the WebAPI key you are using is linked to the steamid you are requesting).

This should actually be doable. Just need to figure out a reasonably nice way to show this information on accounts.

@rex706 rex706 self-assigned this Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants