Read EVE Online intel channels and play a sound when a system is mentioned. (Its probably broken)
|
|
3 years ago | |
|---|---|---|
| research | 3 years ago | |
| README.md | 3 years ago | |
| go.mod | 3 years ago | |
| go.sum | 3 years ago | |
| main.go | 3 years ago |
For future reference:
go run intel2noise.go -l "/home/outcast/.local/share/Steam/steamapps/compatdata/8500/pfx/drive_c/users/steamuser/My Documents/EVE/logs/Chatlogs/Etherium_Intel_20220208_175248_93488613.txt" -s c-v6dq,1pf-bc,ex-gbt,z-fet0,BNX-AS,QNXJ-M,4LJ6-Q
Location: /home/outcast/.local/share/Steam/steamapps/compatdata/8500/pfx/drive_c/users/steamuser/My Documents/EVE/logs/Chatlogs
Intel channels: Etherium_Intel
Etherium_Intel_20220206_111758_93488613.txt
Local_*$IntelChannel_*Need more thinky think about:
Required to find adjacent systems
Reference: https://esi.evetech.net/ui/
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