lutris / website

Lutris.net website
https://lutris.net
GNU Affero General Public License v3.0
126 stars 110 forks source link

Sync with SteamDB Linux entries #46

Closed RobLoach closed 5 years ago

RobLoach commented 8 years ago

https://github.com/SteamDatabase/SteamLinux

We could query GAMES.json, to automatically ensure all Steam-linux supported games already have Lutris entries.

strycore commented 8 years ago

Oh, that's really cool! I had written a small crawler with scrapy that would search in steamdb.info for Linux compatible games and automatically create Linux installers. I have only run this crawler once, a very long time ago and I have since then lost the code for it. I still have the code to create the installers from a json file so all I have to do is adapt it a little and setup a cron job to run it every couple days.

AlexanderRavenheart commented 6 years ago

Any progress on this?

strycore commented 5 years ago

There is now a script to import from this specific JSON, problem is that it doesn't seem maintained anymore. If you know of any other source that can provide appids for new steam games, it wouldn't be too hard to adapt.