Scripts to snarf ESI for data and cramming it into a sqlite database.
Required to find adjacent systems
Reference: https://esi.evetech.net/ui/
curl -H "accept: application/json" https://esi.evetech.net/v1/universe/regions/curl -H "accept: application/json" https://esi.evetech.net/v1/universe/regions/10000027curl -H "accept: application/json" https://esi.evetech.net/v1/universe/constellations/20000336/curl -s -H "accept: application/json" https://esi.evetech.net/v4/universe/systems/30002290/ | python3 -m json.toolcurl -s -H "accept: application/json" https://esi.evetech.net/v1/universe/stargates/50000569/ | python3 -m json.tool