connorshea / vglist

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

Write Rake task for importing covers from IGDB #1820

Closed connorshea closed 3 years ago

connorshea commented 3 years ago

Following up on #1772, it'd be good to have a Rake task for importing covers from IGDB. It's generally got a better API than MobyGames and tends to have better cover images.

Based on this query, there are quite a few games we could add covers to with this:

Game.where.missing(:cover_attachment).where.not(igdb_id: nil).count
# => 2008
connorshea commented 3 years ago

3249 now 👀