Code for the Computational Social Media 2022 course project about NFT trading.
- Download the data from the Kaggle website. The zip archive contains a single database file (nfts.sqlite, 7.4 GB).
- Install a Python package manager, e.g. Miniconda (download and install from here).
- Install the dependencies and activate the environment
conda env create -f environment.yml
conda activate nft-trading