This repository contains scripts that utilize the OpenSea API to automate tasks related to NFT data analysis. Current functionalities include fetching the minimum price (floor price) of specified NFT collections on OpenSea.
API_KEY_OPENSEA=your-api-key-here
API_PATH_OPENSEA=https://api.opensea.io/api/v2
DATA_FOLDER=data/
["azuki", "boredapeyachtclub", "clonex"]Set local python environment
python3 -m venv venvStart environment
source venv/bin/activateStop environment
deactivate