PoC of pulling data from EVE Online's ESI. (probably broken by now)
|
|
há 3 anos atrás | |
|---|---|---|
| .gitignore | há 3 anos atrás | |
| LICENSE | há 3 anos atrás | |
| README.md | há 3 anos atrás | |
| generate.py | há 3 anos atrás | |
| new_eden.db | há 3 anos atrás | |
| snarf.py | há 3 anos atrás |
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