OpenRarity developer documentation
  • OpenRarity documentation
  • Quick Guides
    • Integrating OpenRarity in your application
    • Rank any collections in batches with OpenSea API
    • Rank any collections in shell with OpenSea API
  • Fundamentals
    • Why we need OpenRarity
    • Methodology
    • Library Design
  • Contributions
    • Project setup and core technologies
    • Contributions guide
Powered by GitBook
On this page
  1. Quick Guides

Rank any collections in shell with OpenSea API

For a sample of how to use the existing Opensea API to fetch the collection and token metadata and to funnel that into the scoring library, checkout scripts/score_real_collections. In shell run:

python -m scripts.score_real_collections

This may also be used to generate json or csv outputs of OpenRarity scoring and ranks for any number of collections

python -m scripts.score_real_collections boredapeyachtclub proof-moonbirds
PreviousRank any collections in batches with OpenSea APINextWhy we need OpenRarity

Last updated 2 years ago