Depends on https://github.com/autonomouslogic/eve-ref/issues/483, https://github.com/autonomouslogic/eve-ref/issues/489 Scrape [/universe/structures/](https://esi.evetech.net/ui/#/operations/Universe/get_universe_structures) and [/universe/structures/{structure_id}/](https://esi.evetech.net/ui/#/operations/Universe/get_universe_structures_structure_id) at regular intervals. This will require a server-side login, for the second endpoint at least. * [x] IDs from public ID endpoint * [x] Get structure information * [x] Create file * [x] Upload file * [x] Check market presence * [x] IDs from contracts * [x] IDs from markets * [x] IDs from sovereignty * [x] Structure IDs from past public structure ID scrapes * [x] Filter market structure type IDs from dogma for market module: https://everef.net/types/35892 - depends on https://github.com/autonomouslogic/eve-ref/issues/489 * [x] Import backfill * [x] Run initial big scrape * [x] Save archive * [x] Delete old structures * [x] Document scrape * [x] Submit PR for updated structure type IDs for Fuzzwork - https://github.com/fuzzysteve/FuzzMarket/pull/11
Depends on #483, #489
Scrape /universe/structures/ and /universe/structures/{structure_id}/ at regular intervals. This will require a server-side login, for the second endpoint at least.