Skip to content

Backfiller

Dylan Steele edited this page Jun 17, 2019 · 1 revision

Backfiller Tutorial

The backfiller is a utility module available for seeding your Card_Hashes DB to reduce api calls to srcyfall.

This works by taking slices of the names found in your local db instance.

the range in names is from 1~19400.

To begin:

  • edit the start and stop variables to your desired range
  • run node ./src/backfiller.js to kick off the backfiller

You can find the backfiller here

Clone this wiki locally