Rank any collections in batches with OpenSea API

You may use the rarity resolver tool to either view ranking scores across providers, or to debug any collections scoring. Follow these steps to score the collection with the tool (by calling OpenSea API):

  • Curate the collections list you want to score with OpenRarity

  • Run scoring for these collections with the following command:

    python -m open_rarity.resolver.testset_resolver # without external rarity resolution
    python -m open_rarity.resolver.testset_resolver external # with external rarity resolution
  • Inspect scoring log file and csv files with ranking result.

Last updated