Data collection and processing for Ariadne's Thread project.
Don't forget to setup a virtual environment for Python. Open the folder with this repository in terminal and run:
virtualenv ./venv
pip3 install -r requirements.txt
Relevant code is found in the greenery/
folder.