This script is used to gather the metadata around a domain, such as the IP address and geo-coordinates.
You need python, preferrably python version 3. It is helpful to create a virtual environment so that all the packages that are downloaded are not system-wide.
https://www.python.org/downloads/
You may need to run pip install virtualenv
first before running: python3 -m venv venv/
pip install -r requirements.txt
or pip3 install -r requirements.txt
Give the script the location of the CSV file you want to gather the information for: python website-formatter.py /location/to/csv/file.csv
ex. python website-formatter.py ~/code/massmove/AttackVectors/LocalJournals/sites-geocoded.csv