- Download ENS labels JSON database from https://github.com/adraffy/ens-labels.git (retrieved at commit
d1d85346
). - Download this gist and unzip. Then move the downloaded
labels.json
file inside the unzipped project directory. - Inside unzipped project directory, create a Python virtual environment.
python -m venv .
source bin/activate
- Download dependencies using
pip
.