Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 968 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 968 Bytes

Egg Missions Artifacts Visualiser

This script allows you to visualise the cumulative contents of multiple Egg, Inc. ships that returned to you.

Example Image

output example image

Install:

Linux/Mac/Windows (with git):

git clone https://github.com/daniel-jakob/egg_missions
cd egg_missions/src
curl -O -L https://raw.githubusercontent.com/elgranjero/EggIncProtos/main/ei/python/ei_pb2.py
pip install -r requirements.txt

Usage

First open up mission.py and put your Egg, Inc. user ID in the EGG_API_KEY variable. Then change the num_ships variable to the number of ships' contents you want to visualise.
Run the mission.py script. An output file (data.json) will be created if the script is successful.
Run the data_vis.py script. An image will be generated called output_image.png