Phalcode / gamevault-backend

Backend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
156 stars 13 forks source link

Steam API for metadata #252

Closed Toylerrr closed 1 month ago

Toylerrr commented 5 months ago

Look into using the Steam API directly for more comprehensive game data. This includes fetching Steam App IDs, game names, images (box art, screenshots), prices, and metascores.

Samples:

https://api.steampowered.com/ISteamApps/GetAppList/v0002/?format=json

https://store.steampowered.com/api/appdetails?appids=10

https://steamcdn-a.akamaihd.net/steam/apps//library_600x900_2x.jpg

Alfagun74 commented 5 months ago

awesome.

Must be modular etc tho.

Alfagun74 commented 4 months ago

Needs https://github.com/Phalcode/gamevault-backend/issues/258 first.

Alfagun74 commented 3 months ago

Maybe this could be the first metadata provider to be implemented as a plugin in #140

Alfagun74 commented 2 months ago

https://github.com/Phalcode/rawg-to-steam-redirect was born