Skip to content

dyslexboy/opensea_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

OpenSea Checker

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.

Datasets

.env file exmpl

API_KEY_OPENSEA=your-api-key-here
API_PATH_OPENSEA=https://api.opensea.io/api/v2
DATA_FOLDER=data/

slugs.json exmpl

["azuki", "boredapeyachtclub", "clonex"]

Python Workflow

Set local python environment

python3 -m venv venv

Start environment

source venv/bin/activate

Stop environment

deactivate

About

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 and analyzing the latest listing events on OpenSea.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages