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

pull data from IGDB for each game and store it in sqlite #39

Open
Die4Ever opened this issue Oct 12, 2024 · 0 comments
Open

pull data from IGDB for each game and store it in sqlite #39

Die4Ever opened this issue Oct 12, 2024 · 0 comments

Comments

@Die4Ever
Copy link
Collaborator

Die4Ever commented Oct 12, 2024

https://api-docs.igdb.com/#getting-started

the most useful thing I can think of right now is the list of platforms, DosSpeedruns.json could really benefit from knowing which games are on DOS

Twitch returns the igdb ID but it's not the same as their gameId

https://dev.twitch.tv/docs/api/reference/#get-games

{
  "data": [
    {
      "id": "33214",
      "name": "Fortnite",
      "box_art_url": "https://static-cdn.jtvnw.net/ttv-boxart/33214-{width}x{height}.jpg",
      "igdb_id": "1905"
    }
  ]
}

we can request multiple games in a single call, we should start doing that, probably at the end of FetchAllStreams just build a set of games to poll the info for

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant