https://github.com/makevoid/nft_trait_stats
Opensea NFT traits / stats analyzer - status: early stage
https://github.com/makevoid/nft_trait_stats
Last synced: 4 months ago
JSON representation
Opensea NFT traits / stats analyzer - status: early stage
- Host: GitHub
- URL: https://github.com/makevoid/nft_trait_stats
- Owner: makevoid
- Created: 2021-12-07T01:40:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T15:49:12.000Z (almost 3 years ago)
- Last Synced: 2025-08-18T16:04:08.520Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# nft-trait-stats
Opensea NFT traits / stats analyzer
Status: Early stage development
Featuring:
- Ruby
- Redis
- OpenSea NFT API
### Configuration
Replace `CONTRACT_ADDRESS` and `COLLECTION_NAME` configs with the correct values from the NFT collection.
### Prerequisites
Run redis (e.g. by running the server command)
redis-server
### Usage
Run the commands in this order:
rake run_fetch
This will fetch the NFT data and populate your redis database
rake run_indexer
This will index the data including traits
rake run_query
This command will execute a query on the top traits giving you a summary of the NFT data and of owners of the top NFTs of the collection.
---
If you like the project please give it a star :)
Ask questions on twitter / DMs and open a github issue if you find a problem with the tool.
Enjoy!
@makevoid