connorshea / vglist

A video game library tracking web app built in Rails and powered by Wikidata.
https://vglist.co
MIT License
150 stars 26 forks source link

Importing Steam games #4

Closed connorshea closed 5 years ago

connorshea commented 5 years ago

Gem for the Steam API: https://github.com/bhaberer/steam-api Gem for Steam Omniauth: https://github.com/reu/omniauth-steam

We need to figure out how to link between GiantBomb and Steam, Wikidata is a potential option.

Unfortunately it doesn't look like the GiantBomb Wiki includes the Steam URL or ID anywhere, so this may be pretty difficult :/

connorshea commented 5 years ago

GetOwnedGames is going to be the endpoint I want to use: https://partner.steamgames.com/doc/webapi/IPlayerService#GetOwnedGames

connorshea commented 5 years ago

Still not 100% sure this works, but it's worked on the two accounts I tested 🤷‍♂️ Need to test it with someone that isn't Steam friends with me.